summaryrefslogtreecommitdiff
path: root/app/Controller/ProjectFileController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controller/ProjectFileController.php')
-rw-r--r--app/Controller/ProjectFileController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Controller/ProjectFileController.php b/app/Controller/ProjectFileController.php
index 83c7779f..a3e23f04 100644
--- a/app/Controller/ProjectFileController.php
+++ b/app/Controller/ProjectFileController.php
@@ -32,6 +32,7 @@ class ProjectFileController extends BaseController
*/
public function save()
{
+ $this->checkReusableCSRFParam();
$project = $this->getProject();
$result = $this->projectFileModel->uploadFiles($project['id'], $this->request->getFileInfo('files'));