(cp a3cf80c) fixes #732, avoid conflict with PHP function "transliterate"

This commit is contained in:
plegall
2017-07-13 11:30:54 +02:00
parent fb4006bda6
commit 524ae64be4
3 changed files with 5 additions and 5 deletions
+1 -1
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']);
}
}