From 7dd06b524668c441301c83bada570a5eda231403 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 28 Mar 2011 12:20:00 -0400 Subject: [PATCH] ShortenAction::handle() had bad args --- plugins/ClientSideShorten/shorten.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');