]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/backupaccount.php
Fix noticesearch tag regex
[quix0rs-gnu-social.git] / actions / backupaccount.php
index 92bbaff2df23c6f43c0155dd5a8cc288d079cde2..637da0ac3cd1c54b49756055f16abda0b7d7454f 100644 (file)
@@ -74,6 +74,13 @@ class BackupaccountAction extends FormAction
         // @fixme atom feed logic is in getString...
         // but we just want it to output to the outputter.
         $this->raw($stream->getString());
+
+        // Don't print the page HTML
+        exit(0);
+    }
+
+    public function isReadOnly($args) {
+        return true;
     }
 
     function lastModified()