From: Brion Vibber <brion@pobox.com>
Date: Wed, 22 Dec 2010 19:06:45 +0000 (-0800)
Subject: fix notice error
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5abd2b7d0c5565ee842969cd5205c9b428efbb6c;p=quix0rs-gnu-social.git

fix notice error
---

diff --git a/actions/backupaccount.php b/actions/backupaccount.php
index 9454741f00..4f6fb936bd 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();