Added the url and file helpers in the autoload config file.

This commit is contained in:
Alex Tselegidis 2015-10-18 19:14:31 +02:00
parent 911c884cbc
commit 85c2fb4c36
1 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ $autoload['libraries'] = array('database');
| $autoload['helper'] = array('url', 'file');
*/
$autoload['helper'] = array('custom_exceptions');
$autoload['helper'] = array('custom_exceptions', 'url', 'file');
/*