aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_module.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2014-06-16 01:37:21 +0200
committerAndreas Fischer <bantu@phpbb.com>2014-06-16 01:37:21 +0200
commit6299dcd578a9265af5543c88770bc061af550f37 (patch)
tree6997c6d2db072fa66cc30aa20c8f0361de8071a4 /phpBB/includes/functions_module.php
parentfbbd835b2c9d447fb6a26d6170fffd4c60201ac4 (diff)
parent663c375f5c1547e80f79aae0775eed0039956699 (diff)
downloadforums-6299dcd578a9265af5543c88770bc061af550f37.tar
forums-6299dcd578a9265af5543c88770bc061af550f37.tar.gz
forums-6299dcd578a9265af5543c88770bc061af550f37.tar.bz2
forums-6299dcd578a9265af5543c88770bc061af550f37.tar.xz
forums-6299dcd578a9265af5543c88770bc061af550f37.zip
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12724] Add Squiz.PHP.Eval in the legacy ruleset
Diffstat (limited to 'phpBB/includes/functions_module.php')
-rw-r--r--phpBB/includes/functions_module.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/includes/functions_module.php b/phpBB/includes/functions_module.php
index 51284af233..b7615e923b 100644
--- a/phpBB/includes/functions_module.php
+++ b/phpBB/includes/functions_module.php
@@ -456,7 +456,9 @@ class p_master
);
$is_auth = false;
+ // @codingStandardsIgnoreStart
eval('$is_auth = (int) (' . $module_auth . ');');
+ // @codingStandardsIgnoreEnd
return $is_auth;
}