From: Mikael Nordfeldth Date: Wed, 3 Feb 2016 00:15:35 +0000 (+0100) Subject: Backupaccount is always readonly X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=25c15119bcb7f85ea6717cdcdf2d100efe3a5f36;p=quix0rs-gnu-social.git Backupaccount is always readonly --- diff --git a/actions/backupaccount.php b/actions/backupaccount.php index 92bbaff2df..7f37f3b851 100644 --- a/actions/backupaccount.php +++ b/actions/backupaccount.php @@ -76,6 +76,10 @@ class BackupaccountAction extends FormAction $this->raw($stream->getString()); } + public function isReadOnly($args) { + return true; + } + function lastModified() { // For comparison with If-Last-Modified