|
@@ -9,7 +9,9 @@ |
|
|
block discarded – undo |
|
9
|
9
|
$loader = require_once __DIR__.'/autoload.php'; |
|
10
|
10
|
// Ensure InstalledVersions is available |
|
11
|
11
|
$installedVersionsPath = __DIR__.'/composer/InstalledVersions.php'; |
|
12
|
|
- if (file_exists($installedVersionsPath)) require_once $installedVersionsPath; |
|
|
12
|
+ if (file_exists($installedVersionsPath)) { |
|
|
13
|
+ require_once $installedVersionsPath; |
|
|
14
|
+ } |
|
13
|
15
|
|
|
14
|
16
|
// Restore the backup and ensure the excluded files are properly marked as loaded |
|
15
|
17
|
$GLOBALS['__composer_autoload_files'] = \array_merge( |
Please login to merge, or discard this patch.