openrat-cms

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

commit 2307d968ca0bd4beea1d8a55618d3b539f2341ad
parent 141928c9374957b798c9bee3c6b5d2e12eeba68c
Author: dankert <devnull@localhost>
Date:   Thu, 24 Dec 2009 00:46:39 +0100

'simple' ist eine Eigenschaft der Seite, nicht dieser Klasse.

Diffstat:
objectClasses/Value.class.php | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/objectClasses/Value.class.php b/objectClasses/Value.class.php @@ -888,7 +888,7 @@ SQL $inhalt = $transformer->text; } - if ( $this->simple ) + if ( $this->page->simple ) { $inhalt = strip_tags( $inhalt ); $inhalt = str_replace( "\n",'',$inhalt ); @@ -1331,7 +1331,7 @@ SQL 'la'=>$this->languageid, 'm' =>$this->page->modelid, 'pu'=>intval($this->publish), - 'si'=>intval($this->simple) ) ); + 'si'=>intval($this->page->simple) ) ); return $filename; }