1
0
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:
Marc Alexander
2023-11-05 14:59:10 +01:00
parent d79e10e032
commit a86d222ab0

View File

@@ -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');