diff options
author | Cesar G <prototech91@gmail.com> | 2013-11-24 05:13:02 -0800 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2013-12-30 11:12:15 -0800 |
commit | 0c0375df6523ed4f3fbf7d53cee49b2caa8b692f (patch) | |
tree | cf3c9f017f998028b88540a7ed678bb40ca3f01a /phpBB/index.php | |
parent | f4b832a27d128ec84142dfe6133dc6ba96b8d3a9 (diff) | |
download | forums-0c0375df6523ed4f3fbf7d53cee49b2caa8b692f.tar forums-0c0375df6523ed4f3fbf7d53cee49b2caa8b692f.tar.gz forums-0c0375df6523ed4f3fbf7d53cee49b2caa8b692f.tar.bz2 forums-0c0375df6523ed4f3fbf7d53cee49b2caa8b692f.tar.xz forums-0c0375df6523ed4f3fbf7d53cee49b2caa8b692f.zip |
[ticket/12034] Add comma to end of array.
PHPBB3-12034
Diffstat (limited to 'phpBB/index.php')
-rw-r--r-- | phpBB/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
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])) |