Protected function prepare with array $args defaulting to array()

This commit is contained in:
Mikael Nordfeldth
2013-10-29 10:26:46 +01:00
parent 2dfa0bfcee
commit f8b49e69d0
45 changed files with 45 additions and 45 deletions

View File

@@ -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);