X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Frestoreaccount.php;h=6b6cd64f9412dcb7b7dd660a32033dae279afdfe;hb=d6b28c64830f632bb2f4b6f3c9369b9e56ad217a;hp=22f0a8e5da5dc01c24e38cde1d3c10edd0f74969;hpb=5519da95fdadf61828b2ed5d8a89f59ed79fdff0;p=quix0rs-gnu-social.git diff --git a/actions/restoreaccount.php b/actions/restoreaccount.php index 22f0a8e5da..6b6cd64f94 100644 --- a/actions/restoreaccount.php +++ b/actions/restoreaccount.php @@ -258,7 +258,7 @@ class RestoreaccountAction extends Action * * @return boolean is read only action? */ - function isReadOnly($args) + function isReadOnly(array $args=array()) { return false; } @@ -339,7 +339,7 @@ class RestoreAccountForm extends Form $this->out->elementStart('p', 'instructions'); // TRANS: Form instructions for feed restore. - $this->out->raw(_('You can upload a backed-up stream in '. + $this->out->raw(_('You can upload a backed-up timeline in '. 'Activity Streams format.')); $this->out->elementEnd('p');