diff --git a/includes/class/Zone.php b/includes/class/Zone.php index 79cb237..7f73d81 100644 --- a/includes/class/Zone.php +++ b/includes/class/Zone.php @@ -368,6 +368,8 @@ class Comment { $ret['content'] = $this->content; $ret['account'] = $this->account; $ret['modified_at'] = $this->modified_at; + + return $ret; } }