From baf5fb3ddc2969d39a19c36b6a3398d0ba65ff20 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 21 Jan 2006 23:59:11 +0000 Subject: [PATCH] Use ISSO->get() --- installer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer.php b/installer.php index 1f47322..c22123f 100644 --- a/installer.php +++ b/installer.php @@ -34,14 +34,14 @@ */ function page_start() { - require_once($GLOBALS['isso:callback']->sourcepath . 'installer.css.php'); + require_once($GLOBALS['isso:callback']->get('sourcepath') . 'installer.css.php'); ?> - <?= $GLOBALS['isso:callback']->application ?> Installer + <?= $GLOBALS['isso:callback']->get('application') ?> Installer