mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-05-06 22:32:22 +03:00
Merge pull request #202 from WilliamDEdwards/fix/add-missing-return
Add missing return to Comment::export
This commit is contained in:
commit
a4aa3c35cf
1 changed files with 2 additions and 0 deletions
|
@ -368,6 +368,8 @@ class Comment {
|
||||||
$ret['content'] = $this->content;
|
$ret['content'] = $this->content;
|
||||||
$ret['account'] = $this->account;
|
$ret['account'] = $this->account;
|
||||||
$ret['modified_at'] = $this->modified_at;
|
$ret['modified_at'] = $this->modified_at;
|
||||||
|
|
||||||
|
return $ret;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue