mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 01:54:12 +02:00
Hotfix: Don't fatal error if core_image.php is corrupt
This commit is contained in:
@@ -61,7 +61,6 @@ abstract class e_file_inspector implements e_file_inspector_interface
|
||||
public function __construct($database)
|
||||
{
|
||||
$this->database = $database;
|
||||
$this->loadDatabase();
|
||||
|
||||
$appRoot = e107::getInstance()->file_path;
|
||||
$this->undeterminable = array_map(function ($path)
|
||||
|
Reference in New Issue
Block a user