openrat-cms

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

commit 2794e91992a6f564bb374a3a28882dc51d25350f
parent a149203d2a4364cf80902e89be94e0e0a45d9716
Author: Jan Dankert <devnull@localhost>
Date:   Sat, 16 Mar 2013 02:01:50 +0100

Menüpunkt 'Neu' bei Ordnern funktioniert jetzt.

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

diff --git a/action/FolderAction.class.php b/action/FolderAction.class.php @@ -862,7 +862,16 @@ class FolderAction extends ObjectAction } + + /** + * Alias für Methode 'create'. + */ + public function newView() + { + $this->nextSubAction('create'); + } + function createView() { // Maximale Dateigroesse.