From 9eaef4263be3db4eb2a8c1b7b20f6bea27b879bc Mon Sep 17 00:00:00 2001 From: Karsten Heiken Date: Wed, 7 Sep 2011 16:40:29 +0200 Subject: [PATCH] Automatically load the text helper We're gonna need it in various places. --- application/config/autoload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); /*