openrat-cms

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

commit 15ff8bf82a2c86b322898162131d14068d5b0b07
parent dfb2d0936429f69881cc564423b9aea137541995
Author: dankert <devnull@localhost>
Date:   Wed, 16 Dec 2009 16:55:49 +0100

Refactoring: Neue Methoden countObjects() und size().

Diffstat:
actionClasses/ProjectAction.class.php | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/actionClasses/ProjectAction.class.php b/actionClasses/ProjectAction.class.php @@ -55,6 +55,9 @@ class ProjectAction extends Action $this->addNotice('project',$this->project->name,'SAVED','ok'); $this->project->save(); // speichern + + $root = new Folder( $this->project->getRootObjectId() ); + $root->setTimestamp(); } else {