mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/17010] Remove not needed empty line
PHPBB3-17010
This commit is contained in:
@@ -47,7 +47,6 @@ class ucp_notifications
|
||||
$form_time = $request->variable('form_time', 0);
|
||||
$form_time = ($form_time <= 0 || $form_time > time()) ? time() : $form_time;
|
||||
|
||||
|
||||
$this->controller_helper = $phpbb_container->get('controller.helper');
|
||||
$this->form_helper = $phpbb_container->get('form_helper');
|
||||
|
||||
|
Reference in New Issue
Block a user