mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 16:44:28 +00:00
Merge origin/ci into ci
Conflicts: application/config/config.php tests/codeception/_data/dump.sql tests/codeception/api/v1/PersonCept.php
This commit is contained in:
@@ -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;
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user