Revert "improve comments system"

This reverts commit e55eb48f45.
This commit is contained in:
isUnknown 2025-01-28 09:47:58 +01:00
parent e55eb48f45
commit 1ae2964d58
5 changed files with 41 additions and 63 deletions

View file

@ -22,7 +22,7 @@ class Position
public function toArray() {
$array = [];
if (isset($this->pageIndex)) {
if ($this->pageIndex) {
$array["pageIndex"] = $this->pageIndex;
}