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