Update 0.0.4

Update 0.0.4
This commit is contained in:
dmzx
2015-03-16 16:23:11 +01:00
parent bc1124abee
commit 4afbdcf7fe
37 changed files with 941 additions and 1305 deletions

View File

@@ -80,7 +80,7 @@ class ucp_mchat_module
$this->functions_mchat->mchat_cache();
}
$mchat_cache = $cache->get('_mchat_config');
$template->assign_vars(array(
'ERROR' => (sizeof($error)) ? implode('<br />', $error) : '',
@@ -108,5 +108,5 @@ class ucp_mchat_module
$this->page_title = 'UCP_PROFILE_MCHAT';
}
// $this->page_title = 'UCP_PROFILE_MCHAT';
}