mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-29 21:10:31 +02:00
Category and module lang name changes + show ban information when selecting entries to unban
git-svn-id: file:///svn/phpbb/trunk@3367 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -27,9 +27,8 @@ if( !empty($setmodules) )
|
||||
}
|
||||
|
||||
$filename = basename(__FILE__);
|
||||
$module['Groups']['Create'] = $filename . "$SID&mode=create";
|
||||
$module['Groups']['Delete'] = $filename . "$SID&mode=delete";
|
||||
$module['Groups']['Manage'] = $filename . "$SID&mode=manage";
|
||||
$module['GROUP']['CREATE'] = $filename . "$SID&mode=create";
|
||||
$module['GROUP']['MANAGE'] = $filename . "$SID&mode=manage";
|
||||
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user