Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
andrevanzuydam committed Dec 26, 2023
2 parents b21d55a + 4f95b1d commit fdafeda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/site.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
$themes = (new Theme())->getThemes();

if (!empty($site->custom)) {
$site->custom = html_entity_decode($site->custom);
$site->custom = html_entity_decode($site->custom ?? '');
}

if ($action == "form") {
Expand Down Expand Up @@ -74,4 +74,4 @@
return (object)["httpCode" => 200, "message" => "<script>siteGrid.ajax.reload(null, false); showMessage ('Site Deleted');</script>"];
break;
}
});
});

0 comments on commit fdafeda

Please sign in to comment.