openrat-cms

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

commit 34a5b71ec47a4336f54a37c24489ea1f6551fafc
parent aac648d86e079e5687164ac8d4b5cc8a102b6a93
Author: Jan Dankert <devnull@localhost>
Date:   Mon,  7 Nov 2011 23:36:29 +0100

Fix: Neu Anlegen von Objekten.

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

diff --git a/action/FolderAction.class.php b/action/FolderAction.class.php @@ -61,7 +61,7 @@ class FolderAction extends ObjectAction * Neues Objekt anlegen.<br> * Dies kann ein(e) Verzeichnis, Seite, Verkn�pfung oder Datei sein.<br> */ - function createnew() + function createAction() { global $conf; $type = $this->getRequestVar('type' ); @@ -813,7 +813,7 @@ class FolderAction extends ObjectAction } - function create() + function createView() { // Maximale Dateigroesse. $maxSizeBytes = $this->maxFileSize(); @@ -993,7 +993,7 @@ class FolderAction extends ObjectAction } - function select() + function selectView() { global $conf_php; @@ -1082,7 +1082,7 @@ class FolderAction extends ObjectAction - function order() + function orderView() { global $conf_php;