return uuid in json method
This commit is contained in:
parent
668c3a0335
commit
d4653c3d33
1 changed files with 1 additions and 0 deletions
|
@ -281,6 +281,7 @@ class Page {
|
|||
$tmp['tags'] = $this->tags(false);
|
||||
$tmp['username'] = $this->username();
|
||||
$tmp['category'] = $this->category();
|
||||
$tmp['uuid'] = $this->uuid();
|
||||
$tmp['dateUTC'] = Date::convertToUTC($this->dateRaw(), DB_DATE_FORMAT, DB_DATE_FORMAT);
|
||||
$tmp['permalink'] = $this->permalink(true);
|
||||
$tmp['coverImage'] = $this->coverImage(true);
|
||||
|
|
Loading…
Reference in a new issue