Don't define a variable in a function call
This commit is contained in:
parent
a83e20add9
commit
d1b10ee92b
|
@ -224,7 +224,7 @@ class ApiTimelineUserAction extends ApiBareAuthAction
|
|||
break;
|
||||
default:
|
||||
// TRANS: Client error displayed when coming across a non-supported API method.
|
||||
$this->clientError(_('API method not found.'), $code = 404);
|
||||
$this->clientError(_('API method not found.'), 404);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user