From b7eacfc49c2b15aef3a5dd7b71b826a045e7e59b Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 10 Nov 2005 16:50:52 +0000 Subject: Fixed issues with svn directories. --- tests/UnitTests/framework/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/UnitTests/framework/common.php') diff --git a/tests/UnitTests/framework/common.php b/tests/UnitTests/framework/common.php index dc268e28..71d6949e 100644 --- a/tests/UnitTests/framework/common.php +++ b/tests/UnitTests/framework/common.php @@ -17,7 +17,7 @@ class Prado extends PradoBase function __autoload($className) { - require_once($className); + require_once($className.Prado::CLASS_FILE_EXT); } error_reporting(E_ALL); -- cgit v1.2.3