Skip to content

Commit

Permalink
[BUGFIX] Add cacheKeyPrefix for default build
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbelasichon committed Sep 30, 2019
1 parent 2ae9cd1 commit 1e01d42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Classes/Integration/EntryLookupFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function getCollection(): array
}

if ($this->filesystem->exists(GeneralUtility::getFileAbsFileName($entrypointsPathDefaultBuild))) {
$builds['_default'] = $this->objectManager->get(EntrypointLookupInterface::class, $entrypointsPathDefaultBuild);
$builds['_default'] = $this->objectManager->get(EntrypointLookupInterface::class, $entrypointsPathDefaultBuild, '_default');
}

static::$collection = $builds;
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
"dev-master": "1.3.x-dev"
},
"typo3/cms": {
"cms-package-dir": "{$vendor-dir}/typo3/cms",
Expand Down

0 comments on commit 1e01d42

Please sign in to comment.