openrat-cms

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

commit 298449f1ddcaff5e3d15cf52cad8fecc76ca9155
parent 8b799a3107bc37160ac4ed0ce71d99fdb6360aae
Author: dankert <devnull@localhost>
Date:   Fri, 16 Jun 2006 23:26:02 +0200

LastModified-Header bei Ordnern setzen

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

diff --git a/actionClasses/MainmenuAction.class.php b/actionClasses/MainmenuAction.class.php @@ -295,7 +295,7 @@ class MainmenuAction extends Action $this->obj = &$folder; $this->setTemplateVar('nr',$folder->objectid); - $folder->load(); + $this->lastModified( $folder->lastchangeDate ); foreach( $folder->parentObjectNames(true,false) as $id=>$name ) $this->addPath($name,$name,Html::url('main','folder',$id),'folder');