From f7bd49ae857c491cbb75e0c57ee7aa0a0002a3a7 Mon Sep 17 00:00:00 2001 From: jerrywham Date: Mon, 20 Dec 2021 15:26:46 +0000 Subject: [PATCH] Add uuid key erased by error --- bl-kernel/pagex.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/bl-kernel/pagex.class.php b/bl-kernel/pagex.class.php index 76a5dbac..881bc6f8 100644 --- a/bl-kernel/pagex.class.php +++ b/bl-kernel/pagex.class.php @@ -289,6 +289,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);