From de2364bb013d48b0a2045a9e0838bb459fea1532 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Thu, 12 Oct 2006 05:15:11 +0000 Subject: [PATCH] Fix a parse error --- installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.php b/installer.php index a89246f..2d0e7a1 100644 --- a/installer.php +++ b/installer.php @@ -34,7 +34,7 @@ */ function page_start() { - require_once($GLOBALS['isso:callback']getSourcePath() . 'installer.css.php'); + require_once($GLOBALS['isso:callback']->getSourcePath() . 'installer.css.php'); ?> -- 2.22.5