mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-18 12:11:36 +00:00
Empty commit
This commit is contained in:
parent
47167ccba2
commit
2fba8339e7
@ -1,5 +1,8 @@
|
||||
CHANGE LOG
|
||||
|
||||
2016-01-19 by newman
|
||||
Fix PRs 93 and 91
|
||||
|
||||
2016-01-10 by newman
|
||||
Fix typo in ajax_report.php
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
error(403);
|
||||
}
|
||||
|
||||
$GroupIDi = $_GET['groupid'];
|
||||
$GroupID = $_GET['groupid'];
|
||||
if (!$GroupID || !is_number($GroupID)) {
|
||||
error(404);
|
||||
}
|
||||
|
@ -95,12 +95,8 @@
|
||||
|
||||
$Invited = $DB->to_array();
|
||||
|
||||
$JSIncludes = '';
|
||||
if (check_perms('users_mod') || check_perms('admin_advanced_user_search')) {
|
||||
$JSIncludes = 'invites';
|
||||
}
|
||||
View::show_header('Invites');
|
||||
|
||||
View::show_header('Invites', $JSIncludes);
|
||||
?>
|
||||
<div class="thin">
|
||||
<div class="header">
|
||||
|
Loading…
Reference in New Issue
Block a user