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

View File

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