return uuid in json method

This commit is contained in:
Diego Najar 2020-08-23 18:59:18 +02:00
parent 668c3a0335
commit d4653c3d33

View file

@ -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);