diff options
author | Brion Vibber <brion@pobox.com> | 2010-12-22 11:06:45 -0800 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-12-22 11:06:45 -0800 |
commit | 5abd2b7d0c5565ee842969cd5205c9b428efbb6c (patch) | |
tree | e442295bf8d231c8d910dcc6a20e7738c29b516e | |
parent | 573bbeced10f06951db8875db8b4f9f0d0deca41 (diff) |
fix notice error
-rw-r--r-- | actions/backupaccount.php | 2 |
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(); |