openrat-cms

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

commit 0755d4f32867edb23916d3d7a84f61df98f54c39
parent ed810c1885eb048f6adbe8a47d092d707051f0eb
Author: dankert <devnull@localhost>
Date:   Wed,  3 Feb 2010 22:31:49 +0100

Fix: Name des Ordners richtig ausgeben.

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

diff --git a/actionClasses/ObjectAction.class.php b/actionClasses/ObjectAction.class.php @@ -292,7 +292,7 @@ class ObjectAction extends Action } } - $this->addNotice('folder',$this->name,'SAVED',OR_NOTICE_OK,array(),$log); + $this->addNotice('folder',$this->folder->name,'SAVED',OR_NOTICE_OK,array(),$log); }