]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
backup action is read-only
authorEvan Prodromou <evan@status.net>
Mon, 14 Feb 2011 17:41:20 +0000 (12:41 -0500)
committerEvan Prodromou <evan@status.net>
Mon, 14 Feb 2011 17:41:20 +0000 (12:41 -0500)
actions/backupaccount.php

index 77948267606bfc823221e7a352e4c311fc076733..928aba69ceba2013d51d1518cb963a37a308acc8 100644 (file)
@@ -149,7 +149,7 @@ class BackupaccountAction extends Action
      */
     function isReadOnly($args)
     {
-        return false;
+        return true;
     }
 
     /**