Protected function prepare with array $args defaulting to array()
This commit is contained in:
@@ -89,7 +89,7 @@ class AutocompleteAction extends Action
|
||||
$this->lastModified())) . '"';
|
||||
}
|
||||
|
||||
protected function prepare($args)
|
||||
protected function prepare(array $args=array())
|
||||
{
|
||||
// If we die, show short error messages.
|
||||
StatusNet::setApi(true);
|
||||
|
Reference in New Issue
Block a user