]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/GNUsocialPhotos/actions/editphoto.php
Update handle() method on Action subclasses.
[quix0rs-gnu-social.git] / plugins / GNUsocialPhotos / actions / editphoto.php
index 35dac7bf3f6298d921d62f100ffdd8b7d6059e5b..db36813f2729e4054a47cc727126b65cf02188d6 100644 (file)
@@ -46,9 +46,9 @@ class EditphotoAction extends Action
         return true;
     }
 
-    function handle($args)
+    function handle()
     {
-        parent::handle($args);
+        parent::handle();
         if($_SERVER['REQUEST_METHOD'] == 'POST') {
             $this->handlePost();
         }