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