Skip to content

Commit

Permalink
Added fix to allow install to create files
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxwilko committed Dec 6, 2024
1 parent b80e34f commit ac5733c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/system/classes/extensions/ExtensionSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public function createFiles(): static
public function install(): WinterExtension
{
if ($this->status === static::STATUS_UNINSTALLED) {
throw new ApplicationException('Extension source is not unpacked');
$this->createFiles();
}

if ($this->status === static::STATUS_INSTALLED) {
Expand Down

0 comments on commit ac5733c

Please sign in to comment.