Version 2.0.0-RC6
This commit is contained in:
@@ -24,7 +24,7 @@ class ucp_mchat_info
|
||||
'modes' => array(
|
||||
'configuration' => array(
|
||||
'title' => 'UCP_MCHAT_CONFIG',
|
||||
'auth' => 'ext_dmzx/mchat && acl_u_mchat_use',
|
||||
'auth' => 'ext_dmzx/mchat && acl_u_mchat_view',
|
||||
'cat' => array('UCP_MCHAT_CONFIG'),
|
||||
),
|
||||
),
|
||||
|
||||
@@ -24,7 +24,7 @@ class ucp_mchat_module
|
||||
|
||||
// Set template
|
||||
$this->tpl_name = 'ucp_mchat';
|
||||
$this->page_title = 'UCP_PROFILE_MCHAT';
|
||||
$this->page_title = 'UCP_MCHAT_CONFIG';
|
||||
|
||||
// Get an instance of the UCP controller and display the options
|
||||
$controller = $phpbb_container->get('dmzx.mchat.ucp.controller');
|
||||
|
||||
Reference in New Issue
Block a user