aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2012-10-13 20:02:38 -0500
committerNathan Guse <nathaniel.guse@gmail.com>2012-10-13 20:02:38 -0500
commitcb937841269017d13058208378e4c9ad79718c6e (patch)
treea06976422960e53a5e5f76a95583780349ce57f1 /phpBB/includes/ucp/info
parentMerge branch 'ticket/11103' of github.com:EXreaction/phpbb3 into ticket/11103 (diff)
downloadphpbb-cb937841269017d13058208378e4c9ad79718c6e.tar.gz
phpbb-cb937841269017d13058208378e4c9ad79718c6e.tar.bz2
phpbb-cb937841269017d13058208378e4c9ad79718c6e.zip
[ticket/11103] UCP Notification List
PHPBB3-11103
Diffstat (limited to 'phpBB/includes/ucp/info')
-rw-r--r--phpBB/includes/ucp/info/ucp_notifications.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/ucp/info/ucp_notifications.php b/phpBB/includes/ucp/info/ucp_notifications.php
index 3c7ea80bee..98d8b9db61 100644
--- a/phpBB/includes/ucp/info/ucp_notifications.php
+++ b/phpBB/includes/ucp/info/ucp_notifications.php
@@ -20,6 +20,7 @@ class ucp_notifications_info
'version' => '1.0.0',
'modes' => array(
'notification_options' => array('title' => 'UCP_NOTIFICATION_OPTIONS', 'auth' => '', 'cat' => array('UCP_PREFS')),
+ 'notification_list' => array('title' => 'UCP_NOTIFICATION_LIST', 'auth' => '', 'cat' => array('UCP_MAIN')),
),
);
}