openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 437562ea0a68c544b6de43a9ad916e19605724f9
parent a1026fdb80add9d83b33029859b07b1dbad2ae55
Author: Jan Dankert <develop@jandankert.de>
Date:   Sat, 27 Nov 2021 18:34:26 +0100

Fix: Load contentid while value is loaded.

Diffstat:
Mmodules/cms/model/Value.class.php | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/modules/cms/model/Value.class.php b/modules/cms/model/Value.class.php @@ -182,6 +182,7 @@ SQL if ( $row ) // Wenn Inhalt gefunden { + $this->contentid = $row['contentid' ]; $this->text = $row['text' ]; $this->file = $row['file' ]; $this->format = $row['format'];