aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2012-10-05 13:54:27 -0500
committerNathan Guse <nathaniel.guse@gmail.com>2012-10-05 13:54:27 -0500
commit948bd69495175db6967c0f5e99c3e0ba31e1882a (patch)
tree737647140281af6c38c91d9dd62314c204d15998 /phpBB/includes
parent868554cbaeaf7a23db2af4c97aa07c77e6ea98b0 (diff)
downloadforums-948bd69495175db6967c0f5e99c3e0ba31e1882a.tar
forums-948bd69495175db6967c0f5e99c3e0ba31e1882a.tar.gz
forums-948bd69495175db6967c0f5e99c3e0ba31e1882a.tar.bz2
forums-948bd69495175db6967c0f5e99c3e0ba31e1882a.tar.xz
forums-948bd69495175db6967c0f5e99c3e0ba31e1882a.zip
[ticket/11103] Move UCP Notification Options to Board Preferences tab
Also rename to "Edit notification options" for consistency PHPBB3-11103
Diffstat (limited to 'phpBB/includes')
-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 4bc9ae2cea..3c7ea80bee 100644
--- a/phpBB/includes/ucp/info/ucp_notifications.php
+++ b/phpBB/includes/ucp/info/ucp_notifications.php
@@ -19,7 +19,7 @@ class ucp_notifications_info
'title' => 'UCP_NOTIFICATION_OPTIONS',
'version' => '1.0.0',
'modes' => array(
- 'notification_options' => array('title' => 'UCP_NOTIFICATION_OPTIONS', 'auth' => '', 'cat' => array('UCP_MAIN')),
+ 'notification_options' => array('title' => 'UCP_NOTIFICATION_OPTIONS', 'auth' => '', 'cat' => array('UCP_PREFS')),
),
);
}