1
0
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:
Cesar G 2013-11-24 05:13:02 -08:00
parent f4b832a27d
commit 0c0375df65

View File

@ -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]))