diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2012-10-29 13:39:45 -0400 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-10-29 14:58:19 -0400 |
commit | 88bd7292f16817d681264b9f06ff30c2a38c1da4 (patch) | |
tree | 5a1f4c057a86046930817300de94fa35a25b8075 /phpBB/ucp.php | |
parent | c84268d2f9a758a3bcc570acc60c01e1185eeb14 (diff) | |
download | forums-88bd7292f16817d681264b9f06ff30c2a38c1da4.tar forums-88bd7292f16817d681264b9f06ff30c2a38c1da4.tar.gz forums-88bd7292f16817d681264b9f06ff30c2a38c1da4.tar.bz2 forums-88bd7292f16817d681264b9f06ff30c2a38c1da4.tar.xz forums-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.php | 6 |
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); |