openrat-cms

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

commit 5f46dcfc91b05dac860b21be10ae15abfe98362a
parent 0ff179008dbe00cd19e3fdebe8fcba52cfc59761
Author: dankert <devnull@localhost>
Date:   Thu,  4 Feb 2010 21:48:33 +0100

Fix: Info-Element 'page_filename' richtig erzeugen.

Diffstat:
objectClasses/Value.class.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/objectClasses/Value.class.php b/objectClasses/Value.class.php @@ -1106,7 +1106,7 @@ SQL $inhalt = $this->page->full_filename(); break; case 'page_filename': - $inhalt = $this->page->filename; + $inhalt = $this->page->filename(); break; case 'page_extension': $inhalt = '';