fix: calling htmlspecialchars_decode on null objects (#338)

This commit is contained in:
Miguel Ribeiro
2024-05-20 14:32:20 +02:00
committed by GitHub
parent 9e8b84b794
commit 5050a28f0e
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
<?php
$version = "v1.29.0";
$version = "v1.29.1";
?>