diff --git a/system/libraries/Parser.php b/system/libraries/Parser.php
index 63dc023..5bc2eb5 100644
--- a/system/libraries/Parser.php
+++ b/system/libraries/Parser.php
@@ -13,6 +13,11 @@
  * @filesource
  */
  
+// INITIALIZE THE CLASS ---------------------------------------------------
+
+$obj =& get_instance();
+$obj->parser =& new CI_Parser();
+
 // ------------------------------------------------------------------------
 
 /**