Signed-off-by: Stéphane Jacob <sj@m4x.org>
private static function updateLanguage(array $item) {}
- function handler_geocoding(&$page, $category = null, $action = null, $id = null)
+ function handler_geocoding($page, $category = null, $action = null, $id = null)
{
// Warning, this handler requires the following packages:
// * pkg-isocodes
}
}
- function handler_edit(&$page)
+ function handler_edit($page)
{
global $globals;
}
}
- private function changeLogin(PlPage &$page, PlUser &$user, $login)
+ private function changeLogin(PlPage $page, PlUser $user, $login)
{
// Search the user's uid.
$xuser = User::getSilent($login);