Autoload the date helper

This commit is contained in:
Eike Foken
2011-08-30 23:56:33 +02:00
parent 8fe54f7bd9
commit d1dc5581ee

View File

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