openrat-cms

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

commit 540492df66cbefb9105bf100d29ca3b1573ebb2d
parent 2da7f25619dd1c6acc2dc093d08ad7624332da41
Author: Jan Dankert <devnull@localhost>
Date:   Fri,  8 Dec 2017 23:42:57 +0100

FolderAction::new() tuts jetzt wieder.

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 @@ -910,6 +910,15 @@ class FolderAction extends ObjectAction } + /** + * Alias für Methode 'create'. + */ + public function newPost() + { + $this->nextSubAction('create'); + } + + function createView() { // Maximale Dateigroesse.