improve comments system
This commit is contained in:
parent
8bb4f552cd
commit
e55eb48f45
5 changed files with 63 additions and 41 deletions
|
|
@ -22,7 +22,7 @@ class Position
|
|||
public function toArray() {
|
||||
$array = [];
|
||||
|
||||
if ($this->pageIndex) {
|
||||
if (isset($this->pageIndex)) {
|
||||
$array["pageIndex"] = $this->pageIndex;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue