mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12034] Add comma to end of array.
PHPBB3-12034
This commit is contained in:
parent
f4b832a27d
commit
0c0375df65
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ if (($mark_notification = $request->variable('mark_notification', 0)))
|
|||
$phpbb_notifications = $phpbb_container->get('notification_manager');
|
||||
|
||||
$notification = $phpbb_notifications->load_notifications(array(
|
||||
'notification_id' => $mark_notification
|
||||
'notification_id' => $mark_notification,
|
||||
));
|
||||
|
||||
if (isset($notification['notifications'][$mark_notification]))
|
||||
|
|
Loading…
Add table
Reference in a new issue