forked from GNUsocial/gnu-social
fix notice error
This commit is contained in:
parent
573bbeced1
commit
5abd2b7d0c
@ -97,7 +97,7 @@ class BackupaccountAction extends Action
|
||||
|
||||
function handle($argarray=null)
|
||||
{
|
||||
parent::handle($args);
|
||||
parent::handle($argarray);
|
||||
|
||||
if ($this->isPost()) {
|
||||
$this->sendFeed();
|
||||
|
Loading…
Reference in New Issue
Block a user