From 98e92ea54a33379ed71fc2a32579fd996d8900c0 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 11 Dec 2005 19:52:01 +0000 Subject: [PATCH] notices-- --- kernel.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kernel.php b/kernel.php index 5ee547b..80f85f1 100644 --- a/kernel.php +++ b/kernel.php @@ -239,6 +239,8 @@ class Shared_Object_Framework { $this->exec_referer_check(); } + + $GLOBALS['isso:null-framework'] = null; } /** @@ -277,7 +279,7 @@ class Shared_Object_Framework function &load($framework, $asobject, $globalize = false) { // set the object interlock - if ($GLOBALS['isso:null-framework'] === null) + if (!method_exists($GLOBALS['isso:null-framework'], 'load')) { $GLOBALS['isso:null-framework'] =& $this; } -- 2.22.5