Merge remote branch 'evan/1.0.x' into 1.0.x

This commit is contained in:
Evan Prodromou 2011-03-29 10:31:09 -04:00
commit b6190676b1
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');