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 7d56bdd commit 970c12dCopy full SHA for 970c12d
lib/internal/Magento/Framework/App/Utility/Files.php
@@ -1662,7 +1662,7 @@ public function isModuleExists($moduleName)
1662
$key = __METHOD__ . "/{$moduleName}";
1663
if (!isset(self::$_cache[$key])) {
1664
self::$_cache[$key] = file_exists(
1665
- $this->componentRegistrar->getPath(ComponentRegistrar::MODULE, $moduleName)
+ $this->componentRegistrar->getPath(ComponentRegistrar::MODULE, $moduleName) ?? ''
1666
);
1667
}
1668
0 commit comments