]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix notice error
authorBrion Vibber <brion@pobox.com>
Wed, 22 Dec 2010 19:06:45 +0000 (11:06 -0800)
committerBrion Vibber <brion@pobox.com>
Wed, 22 Dec 2010 19:06:45 +0000 (11:06 -0800)
actions/backupaccount.php

index 9454741f00bb310d8671d92902e22309b34d1ffc..4f6fb936bd23c9b2a86e0944d9a73e849a158583 100644 (file)
@@ -97,7 +97,7 @@ class BackupaccountAction extends Action
 
     function handle($argarray=null)
     {
-        parent::handle($args);
+        parent::handle($argarray);
 
         if ($this->isPost()) {
             $this->sendFeed();