openrat-cms

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

commit 365cc2bbbf716742d86478900224653b18afd398
parent f6d7a50244cfbb3cb4123c76fef00a8e61e09882
Author: Jan Dankert <devnull@localhost>
Date:   Sun,  6 Nov 2011 21:43:52 +0100

Fix: Keine Weiterleitung an andere Views

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

diff --git a/action/FolderAction.class.php b/action/FolderAction.class.php @@ -349,7 +349,7 @@ class FolderAction extends ObjectAction { $this->addValidationError('name'); $this->addValidationError('filename'); - $this->callSubAction('prop'); + //$this->callSubAction('prop'); return; }