From 18f1428fb33dcac48b3a8a9784363a4f1bcc2093 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 31 May 2017 11:07:29 +0200 Subject: [PATCH] Fixed wrong function call --- Controller.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Controller.php b/Controller.php index b65096d..1e359c5 100644 --- a/Controller.php +++ b/Controller.php @@ -224,7 +224,6 @@ class Controller extends ModuleAbstract implements WebInterface $upload = new UploadFile(); $path = self::createMediaPath($basePath); $upload->setOutputDir($path); - $upload->setFileName(false); $status = $upload->upload($files); $mediaCreated = self::createDbEntries($status, $account);