From b4554943e7f360df7a4271d1d73c746072565fbf Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 19 Dec 2005 06:05:50 +0000 Subject: [PATCH] $this->registry is a no-no in construct_debug_block() --- kernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel.php b/kernel.php index 2bf189d..1e74888 100644 --- a/kernel.php +++ b/kernel.php @@ -884,7 +884,7 @@ class Shared_Object_Framework // total execution time if (defined('ISSO_MT_START')) { - $this->registry->load('functions', 'functions'); + $this->load('functions', 'functions'); $debug .= "\n\t
  • Total Execution Time: " . round($this->modules['functions']->fetch_microtime_diff(ISSO_MT_START), 10) . "
  • "; } -- 2.43.5