Don't send multiple error responses in ApiMediaUpload :)

This commit is contained in:
Mikael Nordfeldth 2015-10-10 17:12:44 +02:00
parent 2ad7c4313d
commit 5d91c9a820
1 changed files with 1 additions and 0 deletions

View File

@ -114,5 +114,6 @@ class ApiMediaUploadAction extends ApiAuthAction
$this->element('err', $errAttr, null);
$this->elementEnd('rsp');
$this->endDocument();
exit;
}
}