From: Evan Prodromou Date: Mon, 28 Mar 2011 16:20:00 +0000 (-0400) Subject: ShortenAction::handle() had bad args X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7dd06b524668c441301c83bada570a5eda231403;p=quix0rs-gnu-social.git ShortenAction::handle() had bad args --- diff --git a/plugins/ClientSideShorten/shorten.php b/plugins/ClientSideShorten/shorten.php index 53c2cf5d1a..3e7121db8b 100644 --- a/plugins/ClientSideShorten/shorten.php +++ b/plugins/ClientSideShorten/shorten.php @@ -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');