[ticket/11768] Whitespace [ci skip]

PHPBB3-11768
This commit is contained in:
JoshyPHP 2015-03-06 10:24:03 +01:00
parent 8411db6257
commit a611366bd3

View file

@ -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) 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_viewcensors($censor);
$this->set_viewflash($user->optionget('viewflash')); $this->set_viewflash($user->optionget('viewflash'));