ShortenAction::handle() had bad args
This commit is contained in:
parent
52d29a17a0
commit
7dd06b5246
|
@ -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');
|
||||||
|
|
Loading…
Reference in New Issue
Block a user