]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
ShortenAction::handle() had bad args
authorEvan Prodromou <evan@status.net>
Mon, 28 Mar 2011 16:20:00 +0000 (12:20 -0400)
committerEvan Prodromou <evan@status.net>
Mon, 28 Mar 2011 16:20:00 +0000 (12:20 -0400)
plugins/ClientSideShorten/shorten.php

index 53c2cf5d1a89e0dc4fef6d56b38fdef0e947e111..3e7121db8b2d7db2b5a717b1fee8447498295903 100644 (file)
@@ -57,7 +57,7 @@ class ShortenAction extends Action
         return true;
     }
 
-    function handle($args)
+    function handle($args=null)
     {
         parent::handle($args);
         header('Content-Type: text/plain');