fix notice error

This commit is contained in:
Brion Vibber
2010-12-22 11:06:45 -08:00
parent 573bbeced1
commit 5abd2b7d0c

View File

@@ -97,7 +97,7 @@ class BackupaccountAction extends Action
function handle($argarray=null)
{
parent::handle($args);
parent::handle($argarray);
if ($this->isPost()) {
$this->sendFeed();