summaryrefslogtreecommitdiff
path: root/framework/core.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/core.php')
-rw-r--r--framework/core.php5
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.