mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/11158] Revert old fix in PHPBB3-10186.
Revert "[ticket/10186] UCP signature panel displays when not authed
for signatures"
This reverts commit f6fa52540c
.
PHPBB3-10186
PHPBB3-11158
This commit is contained in:
parent
c84268d2f9
commit
88bd7292f1
1 changed files with 0 additions and 6 deletions
|
@ -320,12 +320,6 @@ if (!$config['allow_topic_notify'] && !$config['allow_forum_notify'])
|
||||||
$module->set_display('main', 'subscribed', false);
|
$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
|
// Select the active module
|
||||||
$module->set_active($id, $mode);
|
$module->set_active($id, $mode);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue