diff options
author | xue <> | 2005-11-22 22:23:25 +0000 |
---|---|---|
committer | xue <> | 2005-11-22 22:23:25 +0000 |
commit | 81b7d150b1c815cdd032c2b5795b6c4244e56ace (patch) | |
tree | b7f3bb1968029ffa58dfea64a80cf0c2f9537d01 /framework/core.php | |
parent | 15d464c5b7182eb4c7a9e1b0180f6fe46401ed22 (diff) |
Diffstat (limited to 'framework/core.php')
-rw-r--r-- | framework/core.php | 5 |
1 files changed, 4 insertions, 1 deletions
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.
|