mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-11 20:13:28 +00:00
Fix issue of plugins autoload at bootstrap.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
<?php
|
||||
|
||||
return require __DIR__ . '/../plugins/autoload.php';
|
||||
require __DIR__ . '/../vendor/autoload.php';
|
||||
if (file_exists(__DIR__ . '/../plugins/autoload.php')) {
|
||||
require __DIR__ . '/../plugins/autoload.php';
|
||||
}
|
||||
|
Reference in New Issue
Block a user