From c3c0ba0d974f905a8df0fd467aa9ee41ae74e968 Mon Sep 17 00:00:00 2001 From: xue <> Date: Wed, 15 Feb 2006 13:04:32 +0000 Subject: Fixed using error. --- framework/Web/UI/WebControls/TWebControl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/Web/UI/WebControls/TWebControl.php') diff --git a/framework/Web/UI/WebControls/TWebControl.php b/framework/Web/UI/WebControls/TWebControl.php index f302932d..f8c50842 100644 --- a/framework/Web/UI/WebControls/TWebControl.php +++ b/framework/Web/UI/WebControls/TWebControl.php @@ -14,7 +14,7 @@ * Includes TStyle and TWebAdapter definition */ Prado::using('System.Web.UI.WebControls.TStyle'); -Prado::using('System.Web.UI.WebControls.TWebAdapter'); +Prado::using('System.Web.UI.WebControls.TWebControlAdapter'); /** * TWebControl class -- cgit v1.2.3