openrat-cms

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

commit 93d661305cd69d8065ba7ae60586412d10565129
parent 032570b5b9f9b7361cacfa84f14f6008f77ca012
Author: dankert <devnull@localhost>
Date:   Mon, 18 Jan 2010 22:33:56 +0100

Fix: Warnung vermeiden.

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

diff --git a/actionClasses/ElementAction.class.php b/actionClasses/ElementAction.class.php @@ -112,7 +112,7 @@ class ElementAction extends Action { // Neuen Typ setzen und speichern $this->element->setType( $this->getRequestVar('type') ); - $this->addNotice('element',$this->template->name,'SAVED',OR_NOTICE_OK); + $this->addNotice('element',$this->element->name,'SAVED',OR_NOTICE_OK); } }