aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathaniel Guse <nathaniel.guse@gmail.com>2012-09-27 10:37:37 -0500
committerNathaniel Guse <nathaniel.guse@gmail.com>2012-09-27 10:37:37 -0500
commitae91a0a846828b44a53c2a7cd724e0ba062b0f3e (patch)
tree1bcd36a425c6cc11cc924b9b53831f6edefc09e9 /phpBB/includes/ucp/info
parent[ticket/11103] Some tweaks to the template output (diff)
downloadphpbb-ae91a0a846828b44a53c2a7cd724e0ba062b0f3e.tar.gz
phpbb-ae91a0a846828b44a53c2a7cd724e0ba062b0f3e.tar.bz2
phpbb-ae91a0a846828b44a53c2a7cd724e0ba062b0f3e.zip
[ticket/11103] Allow grouping of multiple types in ucp notification options
Ability to hide notification types from UCP Notification options (if users do not have permission to use the notification type, or for whatever reason they should not see it) PHPBB3-11103
Diffstat (limited to 'phpBB/includes/ucp/info')
-rw-r--r--phpBB/includes/ucp/info/ucp_notifications.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/info/ucp_notifications.php b/phpBB/includes/ucp/info/ucp_notifications.php
index f1e6bf65b8..4bc9ae2cea 100644
--- a/phpBB/includes/ucp/info/ucp_notifications.php
+++ b/phpBB/includes/ucp/info/ucp_notifications.php
@@ -16,7 +16,7 @@ class ucp_notifications_info
{
return array(
'filename' => 'ucp_notifications',
- 'title' => 'UCP_NOTIFICATIONS',
+ 'title' => 'UCP_NOTIFICATION_OPTIONS',
'version' => '1.0.0',
'modes' => array(
'notification_options' => array('title' => 'UCP_NOTIFICATION_OPTIONS', 'auth' => '', 'cat' => array('UCP_MAIN')),