fixes #732, avoid conflict with PHP function "transliterate"

This commit is contained in:
plegall 2017-07-13 11:29:27 +02:00
parent f520f82736
commit a3cf80c77c
3 changed files with 5 additions and 5 deletions

View file

@ -261,7 +261,7 @@ function tag_alpha_compare($a, $b)
{
if (!isset($cache[__FUNCTION__][ $tag['name'] ]))
{
$cache[__FUNCTION__][ $tag['name'] ] = transliterate($tag['name']);
$cache[__FUNCTION__][ $tag['name'] ] = pwg_transliterate($tag['name']);
}
}