openrat-cms

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

commit b8ed332da91e15fa539daea611feccc5c292d2ac
parent 7d7d34db938ace455ef7ec84ce7a7a60cbed441e
Author: Jan Dankert <devnull@localhost>
Date:   Tue, 23 Oct 2012 02:26:45 +0200

Fix: Kein 'exit()' nach dem Upload.

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

diff --git a/action/FolderAction.class.php b/action/FolderAction.class.php @@ -266,9 +266,6 @@ class FolderAction extends ObjectAction $this->setTemplateVar('objectid',$file->objectid); $this->folder->setTimestamp(); - - $this->setTemplateVar('tree_refresh',true); - exit(); }