Version 0.1.7

This commit is contained in:
dmzx
2015-11-26 21:44:38 +01:00
parent 719661eb21
commit dd8abd5d9e
21 changed files with 999 additions and 134 deletions

View File

@@ -11,7 +11,6 @@ namespace dmzx\mchat\acp;
class acp_mchat_module
{
public $u_action;
public function main($id, $mode)
@@ -42,6 +41,5 @@ class acp_mchat_module
// Make the $u_action url available in the admin controller
$admin_controller->set_page_url($this->u_action);
}
}