From 0088c9d900cfd311cabb56179f221080f1ce221d Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 2 Jan 2006 20:20:47 +0000 Subject: [PATCH] Switch to using get_class() in check_isso_fields() for the kernel --- kernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel.php b/kernel.php index 6fa391b..c0bb5bb 100644 --- a/kernel.php +++ b/kernel.php @@ -402,7 +402,7 @@ class Shared_Object_Framework } else if ($module === null) { - $modules = array('shared_object_framework'); + $modules = array(get_class($this)); } else { -- 2.22.5