Skip to content

Commit

Permalink
[BUGFIX] Getting extConf do not need initialize of places
Browse files Browse the repository at this point in the history
This eliminates the chicken egg issue with theme extensions after #374

Related: #374
Release: 8.0.0
  • Loading branch information
Alexander Opitz committed May 17, 2022
1 parent e9e8354 commit 5345dbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Classes/Service/ConfigurationService.php
Expand Up @@ -105,7 +105,6 @@ public function getPlacesService(): PlacesService

public function getExtensionConfig(): array
{
$this->initialize();
return $this->extConfig;
}

Expand Down

0 comments on commit 5345dbf

Please sign in to comment.