diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-06-15 19:46:12 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-06-16 19:05:09 +0200 |
commit | ca3cdadd083dfa2e4e0596d17424c7d9b541785c (patch) | |
tree | 2f4b69bb96bc92e5934277d6621a4d934fc19bcc /phpBB/includes/acp/auth.php | |
parent | 663c375f5c1547e80f79aae0775eed0039956699 (diff) | |
download | forums-ca3cdadd083dfa2e4e0596d17424c7d9b541785c.tar forums-ca3cdadd083dfa2e4e0596d17424c7d9b541785c.tar.gz forums-ca3cdadd083dfa2e4e0596d17424c7d9b541785c.tar.bz2 forums-ca3cdadd083dfa2e4e0596d17424c7d9b541785c.tar.xz forums-ca3cdadd083dfa2e4e0596d17424c7d9b541785c.zip |
[ticket/12722] Add Generic.Formatting.SpaceAfterCast in the legacy ruleset
PHPBB3-12722
Diffstat (limited to 'phpBB/includes/acp/auth.php')
-rw-r--r-- | phpBB/includes/acp/auth.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/auth.php b/phpBB/includes/acp/auth.php index 8fa9dba57b..7bb8e824d6 100644 --- a/phpBB/includes/acp/auth.php +++ b/phpBB/includes/acp/auth.php @@ -835,7 +835,7 @@ class auth_admin extends \phpbb\auth\auth } // Remove current auth options... - $auth_option_ids = array((int)$any_option_id); + $auth_option_ids = array((int) $any_option_id); foreach ($auth as $auth_option => $auth_setting) { $auth_option_ids[] = (int) $this->acl_options['id'][$auth_option]; |