Skip to content

Commit

Permalink
Merge branch '4.2-dev' into j4/plugins/demotasks
Browse files Browse the repository at this point in the history
  • Loading branch information
laoneo authored Jun 19, 2022
2 parents e3f6ebf + 7ede54a commit ee60281
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1372,7 +1372,7 @@ public function getAssoc()
return $this->hasAssociation;
}

$extension = $this->getState('category.extension');
$extension = $this->getState('category.extension', '');

$this->hasAssociation = Associations::isEnabled();
$extension = explode('.', $extension);
Expand Down

0 comments on commit ee60281

Please sign in to comment.