diff --git a/bl-kernel/pagex.class.php b/bl-kernel/pagex.class.php index 7b4733e3..670201e5 100644 --- a/bl-kernel/pagex.class.php +++ b/bl-kernel/pagex.class.php @@ -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);