aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2012-10-29 13:39:45 -0400
committerOleg Pudeyev <oleg@bsdpower.com>2012-10-29 14:58:19 -0400
commit88bd7292f16817d681264b9f06ff30c2a38c1da4 (patch)
tree5a1f4c057a86046930817300de94fa35a25b8075 /phpBB/ucp.php
parentMerge remote-tracking branch 'p/ticket/10848' into develop-olympus (diff)
downloadphpbb-88bd7292f16817d681264b9f06ff30c2a38c1da4.tar.gz
phpbb-88bd7292f16817d681264b9f06ff30c2a38c1da4.tar.bz2
phpbb-88bd7292f16817d681264b9f06ff30c2a38c1da4.zip
[ticket/11158] Revert old fix in PHPBB3-10186.
Revert "[ticket/10186] UCP signature panel displays when not authed for signatures" This reverts commit f6fa52540c0fb20d79b4d59cb08c49484d9f3116. PHPBB3-10186 PHPBB3-11158
Diffstat (limited to 'phpBB/ucp.php')
-rw-r--r--phpBB/ucp.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/phpBB/ucp.php b/phpBB/ucp.php
index 45caeb12ea..520ab3caad 100644
--- a/phpBB/ucp.php
+++ b/phpBB/ucp.php
@@ -320,12 +320,6 @@ if (!$config['allow_topic_notify'] && !$config['allow_forum_notify'])
$module->set_display('main', 'subscribed', false);
}
-// Do not display signature panel if not authed to do so
-if (!$auth->acl_get('u_sig'))
-{
- $module->set_display('profile', 'signature', false);
-}
-
// Select the active module
$module->set_active($id, $mode);