From adbd0934b606dc44703ccb550ad1e5a5e45265c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A9=E9=87=8E=E9=BE=8D=E5=8F=B8?= Date: Tue, 17 Jul 2018 08:47:31 +0900 Subject: [PATCH] =?UTF-8?q?php7=E5=AF=BE=E7=AD=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/preload/multiMenuPreload.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/preload/multiMenuPreload.class.php b/html/preload/multiMenuPreload.class.php index 5d7ca37..85f9389 100644 --- a/html/preload/multiMenuPreload.class.php +++ b/html/preload/multiMenuPreload.class.php @@ -46,7 +46,7 @@ class multimenuFlow { var $nextLink = null; var $flowLink = null; var $pathMatch = false; - function multiMenuFlow($gmm){ + function __construct($gmm){ global $xoopsUser,$xoopsDB; if ($xoopsUser){ $protocol = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off')? 'https': 'http'; @@ -173,4 +173,4 @@ private function linkComp($refererUrl,$flowLink,$option=''){ return $ret; } } -?> \ No newline at end of file +?>