summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-12-22 11:06:45 -0800
committerBrion Vibber <brion@pobox.com>2010-12-22 11:06:45 -0800
commit5abd2b7d0c5565ee842969cd5205c9b428efbb6c (patch)
treee442295bf8d231c8d910dcc6a20e7738c29b516e
parent573bbeced10f06951db8875db8b4f9f0d0deca41 (diff)
fix notice error
-rw-r--r--actions/backupaccount.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/backupaccount.php b/actions/backupaccount.php
index 9454741f0..4f6fb936b 100644
--- a/actions/backupaccount.php
+++ b/actions/backupaccount.php
@@ -97,7 +97,7 @@ class BackupaccountAction extends Action
function handle($argarray=null)
{
- parent::handle($args);
+ parent::handle($argarray);
if ($this->isPost()) {
$this->sendFeed();