From b8755e4b8d0c72eae035277d1e75d0d088f4bb3b Mon Sep 17 00:00:00 2001 From: talonos Date: Fri, 12 Feb 2016 20:23:28 +0000 Subject: [PATCH] travis edit --- core/mchat.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/mchat.php b/core/mchat.php index ee65a10..1c4e24f 100644 --- a/core/mchat.php +++ b/core/mchat.php @@ -521,11 +521,11 @@ class mchat $pageloc = preg_replace("/\?.+/", "", $pagelocsource); //$pageloc = $this->user->page['page']; } - else + else { $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'],