summaryrefslogtreecommitdiffstats
path: root/application/controllers/api/v1/file.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/controllers/api/v1/file.php')
-rw-r--r--application/controllers/api/v1/file.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/controllers/api/v1/file.php b/application/controllers/api/v1/file.php
index 266b1aff8..ccc83f404 100644
--- a/application/controllers/api/v1/file.php
+++ b/application/controllers/api/v1/file.php
@@ -70,7 +70,7 @@ class file extends \controllers\api\api_controller {
public function create_multipaste()
{
- $this->muser->require_access("apikey");
+ $this->muser->require_access("basic");
$ids = $this->input->post("ids");
$userid = $this->muser->get_userid();
$limits = $this->muser->get_upload_id_limits();