Added the url and file helpers in the autoload config file.
This commit is contained in:
parent
911c884cbc
commit
85c2fb4c36
1 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ $autoload['libraries'] = array('database');
|
||||||
| $autoload['helper'] = array('url', 'file');
|
| $autoload['helper'] = array('url', 'file');
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$autoload['helper'] = array('custom_exceptions');
|
$autoload['helper'] = array('custom_exceptions', 'url', 'file');
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue