We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca5d81b commit 4f873f2Copy full SHA for 4f873f2
libraries/src/Installer/Adapter/ModuleAdapter.php
@@ -554,8 +554,7 @@ protected function setupUpdates()
554
// Look in the extension root
555
$tmpInstaller->setPath('source', $this->parent->getPath('extension_root'));
556
557
- if ($tmpInstaller->findManifest())
558
- {
+ if ($tmpInstaller->findManifest()) {
559
$old_manifest = $tmpInstaller->getManifest();
560
$this->oldFiles = $old_manifest->files;
561
}
0 commit comments