mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-23 11:35:24 +02: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:
@ -20,7 +20,7 @@
|
||||
*
|
||||
***************************************************************************/
|
||||
|
||||
if($setmodules == 1)
|
||||
if( !empty($setmodules) )
|
||||
{
|
||||
$filename = basename(__FILE__);
|
||||
$module['Users']['Permissions'] = $filename;
|
||||
|
Reference in New Issue
Block a user