mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 14:28:56 +00:00
Changed setmodules == 1 to \!empty() to please Paul
git-svn-id: file:///svn/phpbb/trunk@1934 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
c6c1e67104
commit
46fe80562a
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
*
|
*
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
if($setmodules == 1)
|
if( !empty($setmodules) )
|
||||||
{
|
{
|
||||||
$filename = basename(__FILE__);
|
$filename = basename(__FILE__);
|
||||||
$module['Users']['Permissions'] = $filename;
|
$module['Users']['Permissions'] = $filename;
|
||||||
|
|
Loading…
Add table
Reference in a new issue