diff --git a/application/config/autoload.php b/application/config/autoload.php index 86436de..c141bf9 100755 --- a/application/config/autoload.php +++ b/application/config/autoload.php @@ -64,7 +64,7 @@ $autoload['libraries'] = array('session', 'lang_detect', 'database', 'access', ' | $autoload['helper'] = array('url', 'file'); */ -$autoload['helper'] = array('date', 'url', 'html', 'language', 'hash'); +$autoload['helper'] = array('date', 'url', 'html', 'language', 'hash', 'text'); /*