diff options
author | PayBas <contact@paybas.com> | 2014-07-07 08:59:38 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-07-07 09:05:57 +0200 |
commit | c5b4d0afb765a15ea6afa5559b6de1a367c12c2c (patch) | |
tree | 8773fdad18fc87dc369b7f772dfc489e7b19fc78 /phpBB/memberlist.php | |
parent | 0bec9897d7583fa6e47f437d9b5921379d7b24aa (diff) | |
download | forums-c5b4d0afb765a15ea6afa5559b6de1a367c12c2c.tar forums-c5b4d0afb765a15ea6afa5559b6de1a367c12c2c.tar.gz forums-c5b4d0afb765a15ea6afa5559b6de1a367c12c2c.tar.bz2 forums-c5b4d0afb765a15ea6afa5559b6de1a367c12c2c.tar.xz forums-c5b4d0afb765a15ea6afa5559b6de1a367c12c2c.zip |
[ticket/12804] Hide Jabber from UCP & member search when disabled
PHPBB3-12804
Diffstat (limited to 'phpBB/memberlist.php')
-rw-r--r-- | phpBB/memberlist.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/memberlist.php b/phpBB/memberlist.php index 02051bf0df..6337a5e633 100644 --- a/phpBB/memberlist.php +++ b/phpBB/memberlist.php @@ -1286,6 +1286,7 @@ switch ($mode) 'S_IP_SEARCH_ALLOWED' => ($auth->acl_getf_global('m_info')) ? true : false, 'S_EMAIL_SEARCH_ALLOWED'=> ($auth->acl_get('a_user')) ? true : false, + 'S_JABBER_ENABLED' => ($config['jab_enable']) ? true : false, 'S_IN_SEARCH_POPUP' => ($form && $field) ? true : false, 'S_SEARCH_USER' => ($mode == 'searchuser' || ($mode == '' && $submit)), 'S_FORM_NAME' => $form, |