Skip to content
Snippets Groups Projects
Commit f0cf3c2e authored by Carsten  Rose's avatar Carsten Rose
Browse files

Add todo comments

parent a53a344e
No related branches found
No related tags found
5 merge requests!456F10782_TinyMce_Image_Upload_2,!455F10782_TinyMce_Image_Upload_2,!454F10782 TinyMce Image Upload V2,!449Refs #10782 - TinyMce Image Upload final version. With feature from Refs #12452.,!448refs #10782 - tinyMce image upload final version
Pipeline #6954 passed
......@@ -75,8 +75,10 @@ if (is_uploaded_file($temp['tmp_name'])) {
$imageUploadDir = $folderPath;
}
//TODO/CR/19.3.22: sollte ersetzt werden gegen die PATH Funktionen
$imageFolder = "../../../../../" . $imageUploadDir;
//TODO/CR/19.3.22: falls der ImageFolder mehr als ein neues Verzeichnis im PATH enthaelt, wird das vermutlich knallen.
@mkdir($imageFolder);
// Name should be unique, add to end of name number if exists to not overwrite it
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment