Merging time

This commit is contained in:
paolo
2016-04-27 12:04:42 +02:00
parent 549b0133c2
commit 546483bed7
3 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -514,4 +514,4 @@ spl_autoload_register(function ($class) {
if (substr($class,0,3) !== 'CI_' && substr($class,0,4) !== 'FHC_')
if (file_exists($file = APPPATH . 'core/' . $class . '.php'))
require_once $file;
});
});