From 0c0375df6523ed4f3fbf7d53cee49b2caa8b692f Mon Sep 17 00:00:00 2001 From: Cesar G Date: Sun, 24 Nov 2013 05:13:02 -0800 Subject: [PATCH] [ticket/12034] Add comma to end of array. PHPBB3-12034 --- phpBB/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/index.php b/phpBB/index.php index 51cd9064b8..e3cae26779 100644 --- a/phpBB/index.php +++ b/phpBB/index.php @@ -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]))