diff options
Diffstat (limited to 'phpBB/includes')
| -rw-r--r-- | phpBB/includes/ucp/ucp_profile.php | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/includes/ucp/ucp_profile.php b/phpBB/includes/ucp/ucp_profile.php index 5ba5f1e830..a315b167d7 100644 --- a/phpBB/includes/ucp/ucp_profile.php +++ b/phpBB/includes/ucp/ucp_profile.php @@ -393,8 +393,9 @@ class ucp_profile  				}  				$template->assign_vars(array( -					'ERROR'		=> (sizeof($error)) ? implode('<br />', $error) : '', -					'JABBER'	=> $data['jabber'], +					'ERROR'				=> (sizeof($error)) ? implode('<br />', $error) : '', +					'S_JABBER_ENABLED'	=> $config['jab_enable'], +					'JABBER'			=> $data['jabber'],  				));  				// Get additional profile fields and assign them to the template block var 'profile_fields'  | 
