X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fdeleteaccount.php;h=cd7f6578fcbb5eec2afa2c30afeaa64841edfb93;hb=261ccfac8699534ff584a2f93d5dcd384529d855;hp=614519d47430590f0b5b499de6155ef842edce3d;hpb=325cb4833db7e3fd396720f12a27b880b63f4173;p=quix0rs-gnu-social.git diff --git a/actions/deleteaccount.php b/actions/deleteaccount.php index 614519d474..cd7f6578fc 100644 --- a/actions/deleteaccount.php +++ b/actions/deleteaccount.php @@ -108,7 +108,7 @@ class DeleteaccountAction extends Action * * @return boolean is read only action? */ - function isReadOnly($args) + function isReadOnly(array $args=array()) { return false; } @@ -320,6 +320,6 @@ class DeleteAccountForm extends Form 'submit', null, // TRANS: Button title for user account deletion. - _('Permanently delete your account')); + _('Permanently delete your account.')); } }