]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Don't send multiple error responses in ApiMediaUpload :)
authorMikael Nordfeldth <mmn@hethane.se>
Sat, 10 Oct 2015 15:12:44 +0000 (17:12 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Sat, 10 Oct 2015 15:12:44 +0000 (17:12 +0200)
actions/apimediaupload.php

index 8e59fec59c963c728b4c96456bcbd5def2247a86..155cad0884ae31d55bc71a27c2c0961f79a7da22 100644 (file)
@@ -114,5 +114,6 @@ class ApiMediaUploadAction extends ApiAuthAction
         $this->element('err', $errAttr, null);
         $this->elementEnd('rsp');
         $this->endDocument();
+        exit;
     }
 }