Update version 0.1.1

This commit is contained in:
dmzx
2015-06-24 13:40:50 +02:00
parent 884df9c457
commit 3a4ac22d8c
36 changed files with 119 additions and 154 deletions

View File

@@ -25,4 +25,4 @@ class ucp_mchat_info
),
);
}
}
}

View File

@@ -21,8 +21,6 @@ class ucp_mchat_module
$this->functions_mchat = $phpbb_container->get('dmzx.mchat.functions_mchat');
// $user->add_lang('mods/mchat_lang');
$submit = (isset($_POST['submit'])) ? true : false;
$error = $data = array();
@@ -107,6 +105,4 @@ class ucp_mchat_module
$this->tpl_name = 'ucp_mchat';
$this->page_title = 'UCP_PROFILE_MCHAT';
}
// $this->page_title = 'UCP_PROFILE_MCHAT';
}
}