X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fbackupaccount.php;h=4d7b6fcfcd653f4ed2b5f0d978b3ed83ffb5e9f4;hb=72c86913a427e4626b8b43cb725a65cd7f7a0f3c;hp=8f642f3b7708e61463237cfe74f80916fb955f3f;hpb=641018e95051b029dcd57a4eb304ee545230136a;p=quix0rs-gnu-social.git diff --git a/actions/backupaccount.php b/actions/backupaccount.php index 8f642f3b77..4d7b6fcfcd 100644 --- a/actions/backupaccount.php +++ b/actions/backupaccount.php @@ -149,7 +149,7 @@ class BackupaccountAction extends Action * * @return boolean is read only action? */ - function isReadOnly($args) + function isReadOnly(array $args=array()) { return true; }