Backupaccount is always readonly

This commit is contained in:
Mikael Nordfeldth 2016-02-03 01:15:35 +01:00
parent 84930f89f9
commit 25c15119bc
1 changed files with 4 additions and 0 deletions

View File

@ -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