From 81b7d150b1c815cdd032c2b5795b6c4244e56ace Mon Sep 17 00:00:00 2001 From: xue <> Date: Tue, 22 Nov 2005 22:23:25 +0000 Subject: --- framework/core.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'framework/core.php') diff --git a/framework/core.php b/framework/core.php index 02d771db..5c3d645c 100644 --- a/framework/core.php +++ b/framework/core.php @@ -37,7 +37,10 @@ require_once(PRADO_DIR.'/Collections/TMap.php'); * Includes TXmlDocument, TXmlElement definition */ require_once(PRADO_DIR.'/Data/TXmlDocument.php'); - +/** + * Includes THttpUtility definition + */ +require_once(PRADO_DIR.'/Web/THttpUtility.php'); /** * IModule interface. -- cgit v1.2.3