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 +?>