From 4609e72bb32c5316315cdcc2d5e1c8ffe1efcdc0 Mon Sep 17 00:00:00 2001 From: talonos Date: Fri, 12 Feb 2016 23:37:49 +0000 Subject: [PATCH] Update mchat.php --- core/mchat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/mchat.php b/core/mchat.php index 1c4e24f..984b42e 100644 --- a/core/mchat.php +++ b/core/mchat.php @@ -525,7 +525,7 @@ class mchat { $pageloc = $this->user->page['page']; } - + $this->template->assign_vars(array( 'MCHAT_FILE_NAME' => $this->helper->route('dmzx_mchat_controller'), 'MCHAT_REFRESH_JS' => 1000 * $this->config['mchat_refresh'],