openrat-cms

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

commit 65791c7c177d99e2ade14b5960882e3542e4d2c0
parent 6196844809d579225036ad86dfb54d6f6f8e2e4a
Author: dankert <devnull@localhost>
Date:   Sat, 19 Dec 2009 10:48:51 +0100

Fix reorder(): 'goto' zur Weiterleitung benutzen.

Diffstat:
actionClasses/FolderAction.class.php | 3---
actionClasses/FolderAction.ini.php | 1+
2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/actionClasses/FolderAction.class.php b/actionClasses/FolderAction.class.php @@ -686,9 +686,6 @@ class FolderAction extends ObjectAction $this->addNotice($this->folder->getType(),$this->folder->name,'SEQUENCE_CHANGED','ok'); $this->folder->setTimestamp(); - - // Ordner anzeigen - $this->callSubAction('order'); } diff --git a/actionClasses/FolderAction.ini.php b/actionClasses/FolderAction.ini.php @@ -35,6 +35,7 @@ menu=show [reorder] menu=show +goto=order ; Die Aktionen "rights", "aclform", "addacl" und "delacl" sind ; f�r Seiten,Ordner,Links und Dateien identisch.