mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-19 15:17:16 +01:00
[ticket/12034] Add comma to end of array.
PHPBB3-12034
This commit is contained in:
parent
f4b832a27d
commit
0c0375df65
@ -41,7 +41,7 @@ if (($mark_notification = $request->variable('mark_notification', 0)))
|
|||||||
$phpbb_notifications = $phpbb_container->get('notification_manager');
|
$phpbb_notifications = $phpbb_container->get('notification_manager');
|
||||||
|
|
||||||
$notification = $phpbb_notifications->load_notifications(array(
|
$notification = $phpbb_notifications->load_notifications(array(
|
||||||
'notification_id' => $mark_notification
|
'notification_id' => $mark_notification,
|
||||||
));
|
));
|
||||||
|
|
||||||
if (isset($notification['notifications'][$mark_notification]))
|
if (isset($notification['notifications'][$mark_notification]))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user