From d1dc5581eef24daf98181528ee558d9428f079cb Mon Sep 17 00:00:00 2001 From: Eike Foken Date: Tue, 30 Aug 2011 23:56:33 +0200 Subject: [PATCH] Autoload the date helper --- 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 e85c86f..86436de 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('url', 'html', 'language', 'hash'); +$autoload['helper'] = array('date', 'url', 'html', 'language', 'hash'); /*