Skip to content

Commit

Permalink
Merge pull request #21 from oveleon/develop
Browse files Browse the repository at this point in the history
Fixed an issue where no selected logo would throw an error
  • Loading branch information
zoglo authored Jun 6, 2023
2 parents 52905dc + 6b373de commit c40ae96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contao/modules/ModuleLogo.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*/
class ModuleLogo extends Module
{
protected FilesModel $objFile;
protected ?FilesModel $objFile;

/**
* Template
Expand Down

0 comments on commit c40ae96

Please sign in to comment.