mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 21:38:54 +00:00
[ticket/17010] Remove not needed empty line
PHPBB3-17010
This commit is contained in:
parent
d79e10e032
commit
a86d222ab0
1 changed files with 0 additions and 1 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue