From 68026a21c02f72156e57046939be2a846981177f Mon Sep 17 00:00:00 2001 From: flashwave Date: Wed, 21 Sep 2016 13:27:04 +0200 Subject: [PATCH] implemented that already --- app/Controllers/FileController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Controllers/FileController.php b/app/Controllers/FileController.php index 3895436..7ecf4e9 100644 --- a/app/Controllers/FileController.php +++ b/app/Controllers/FileController.php @@ -152,7 +152,6 @@ class FileController extends Controller * Catchall serve. * @param string $method * @param array $params - * @todo add a specific permission for mods to override uploads. * @return string */ public function __call($method, $params)