Automatically load the text helper

We're gonna need it in various places.
This commit is contained in:
Karsten Heiken
2011-09-07 16:40:29 +02:00
parent 6f39d54d87
commit 9eaef4263b

View File

@@ -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');
/*