diff options
author | JoshyPHP <s9e.dev@gmail.com> | 2015-03-06 10:24:03 +0100 |
---|---|---|
committer | JoshyPHP <s9e.dev@gmail.com> | 2015-04-02 19:16:03 +0200 |
commit | a611366bd398c02b47aa71b0fdaa9c16765d0f6b (patch) | |
tree | 5095898260f188c70f2e1fecde418cb585fdb97f | |
parent | [ticket/11768] Renamed interfaces (diff) | |
download | phpbb-a611366bd398c02b47aa71b0fdaa9c16765d0f6b.tar.gz phpbb-a611366bd398c02b47aa71b0fdaa9c16765d0f6b.tar.bz2 phpbb-a611366bd398c02b47aa71b0fdaa9c16765d0f6b.zip |
[ticket/11768] Whitespace [ci skip]
PHPBB3-11768
-rw-r--r-- | phpBB/phpbb/textformatter/s9e/renderer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/textformatter/s9e/renderer.php b/phpBB/phpbb/textformatter/s9e/renderer.php index 0b3c63fb91..42567098d9 100644 --- a/phpBB/phpbb/textformatter/s9e/renderer.php +++ b/phpBB/phpbb/textformatter/s9e/renderer.php @@ -129,7 +129,7 @@ class renderer implements \phpbb\textformatter\renderer_interface */ public function configure_user(\phpbb\user $user, \phpbb\config\config $config, \phpbb\auth\auth $auth) { - $censor = $user->optionget('viewcensors') || !$config['allow_nocensors'] || !$auth->acl_get('u_chgcensors'); + $censor = $user->optionget('viewcensors') || !$config['allow_nocensors'] || !$auth->acl_get('u_chgcensors'); $this->set_viewcensors($censor); $this->set_viewflash($user->optionget('viewflash')); |