fix: undefined var if sort cookie is not set (#207)

This commit is contained in:
Miguel Ribeiro
2024-03-09 22:33:29 +01:00
committed by GitHub
parent 9fd353fc3f
commit 288c106245
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
<?php
$version = "v1.15.0";
$version = "v1.15.1";
?>