From: Evan Prodromou Date: Mon, 14 Feb 2011 17:41:20 +0000 (-0500) Subject: backup action is read-only X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=40533ee85168ca0f8b3747970494a82f9b34df15;p=quix0rs-gnu-social.git backup action is read-only --- diff --git a/actions/backupaccount.php b/actions/backupaccount.php index 7794826760..928aba69ce 100644 --- a/actions/backupaccount.php +++ b/actions/backupaccount.php @@ -149,7 +149,7 @@ class BackupaccountAction extends Action */ function isReadOnly($args) { - return false; + return true; } /**