From 57aa404baf18daa8d1e57144e589e6b01d2daa75 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sat, 5 Aug 2006 21:22:58 +0000 Subject: some minor fixes. --- framework/PradoBase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework') diff --git a/framework/PradoBase.php b/framework/PradoBase.php index 6ce6ad0d..7c054bac 100644 --- a/framework/PradoBase.php +++ b/framework/PradoBase.php @@ -516,7 +516,7 @@ class PradoBase */ public static function varDump($var,$depth=10,$highlight=false) { - require_once(PRADO_DIR.'/Util/TVarDumper.php'); + Prado::using('System.Util.TVarDumper'); return TVarDumper::dump($var,$depth,$highlight); } -- cgit v1.2.3