From 08abf856bb9b978b28e155edb4b54bfc3c8877f8 Mon Sep 17 00:00:00 2001 From: rojaro <> Date: Thu, 2 Sep 2010 16:03:17 +0000 Subject: aww.. messed up the fix for #285 in r2863 .. here is the fix for that --- framework/PradoBase.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/PradoBase.php') diff --git a/framework/PradoBase.php b/framework/PradoBase.php index 55758bb6..a164c596 100644 --- a/framework/PradoBase.php +++ b/framework/PradoBase.php @@ -345,10 +345,10 @@ class PradoBase { if(self::CLASS_FILE_EXT === $ext || empty($ext)) { - if($_useBuffer && isset(self::$_usings[$namespace])) + if(isset(self::$_usings[$namespace])) return self::$_usings[$namespace]; - if($_useBuffer && isset(self::$_aliases[$namespace])) + if(isset(self::$_aliases[$namespace])) return self::$_aliases[$namespace]; } -- cgit v1.2.3