ShortenAction::handle() had bad args

This commit is contained in:
Evan Prodromou 2011-03-28 12:20:00 -04:00
parent 52d29a17a0
commit 7dd06b5246
1 changed files with 1 additions and 1 deletions

View 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');