diff options
author | Git <git@what.cd> | 2016-01-20 08:00:29 +0000 |
---|---|---|
committer | Git <git@what.cd> | 2016-01-20 08:00:29 +0000 |
commit | 2fba8339e75612dadcba74291529a02a1511720b (patch) | |
tree | 71304ba8f150db314693097f69fad62c842a2f3d | |
parent | 47167ccba2df3661bd64c3dbb3a5e463899f6cb9 (diff) | |
download | Gazelle-2fba8339e75612dadcba74291529a02a1511720b.zip Gazelle-2fba8339e75612dadcba74291529a02a1511720b.tar.gz Gazelle-2fba8339e75612dadcba74291529a02a1511720b.tar.bz2 |
Empty commit
-rw-r--r-- | docs/CHANGES.txt | 3 | ||||
-rw-r--r-- | sections/tools/managers/recommend_alter.php | 2 | ||||
-rw-r--r-- | sections/user/invite.php | 6 |
3 files changed, 5 insertions, 6 deletions
diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 6cc5c59..4e9d704 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -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 diff --git a/sections/tools/managers/recommend_alter.php b/sections/tools/managers/recommend_alter.php index 50a2665..cf67f4f 100644 --- a/sections/tools/managers/recommend_alter.php +++ b/sections/tools/managers/recommend_alter.php @@ -6,7 +6,7 @@ if (!check_perms('site_recommend_own') && !check_perms('site_manage_recommendati error(403); } -$GroupIDi = $_GET['groupid']; +$GroupID = $_GET['groupid']; if (!$GroupID || !is_number($GroupID)) { error(404); } diff --git a/sections/user/invite.php b/sections/user/invite.php index 8c3a669..6804f09 100644 --- a/sections/user/invite.php +++ b/sections/user/invite.php @@ -95,12 +95,8 @@ $DB->query(" $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"> |