]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix icon upload on new apps
authorZach Copley <zach@status.net>
Wed, 13 Jan 2010 05:31:48 +0000 (05:31 +0000)
committerZach Copley <zach@status.net>
Mon, 25 Jan 2010 00:36:04 +0000 (16:36 -0800)
actions/newapplication.php

index 3d42b657befc0601333900816d44de277e9aed7f..7bb81095ddbdeedb33f72438292a50e252eaa7a0 100644 (file)
@@ -266,7 +266,7 @@ class NewApplicationAction extends OwnerDesignAction
             $app->query('ROLLBACK');
         }
 
-        $this->app->uploadLogo();
+        $app->uploadLogo();
 
         $app->query('COMMIT');