Skip to content

Commit

Permalink
Dev Fixed notice
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Apr 29, 2021
1 parent 6bf49d8 commit 3a849f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/TemplateConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@ protected function getOfiles($oTemplate, $sField)


$files = $oTemplate->$sField;

$oFiles = [];
if (!empty($files)) {
$oFiles = json_decode($files, true);
if ($oFiles === null) {
Expand Down

0 comments on commit 3a849f4

Please sign in to comment.