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