patched code for codeigniter 1.7.3
This commit is contained in:
@ -51,7 +51,7 @@ $autoload['libraries'] = array('database', 'lang_detect');
|
||||
| $autoload['helper'] = array('url', 'file');
|
||||
*/
|
||||
|
||||
$autoload['helper'] = array();
|
||||
$autoload['helper'] = array('codepot');
|
||||
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user