mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 19:29:58 +03:00
fixes #732, avoid conflict with PHP function "transliterate"
This commit is contained in:
parent
f520f82736
commit
a3cf80c77c
3 changed files with 5 additions and 5 deletions
|
@ -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']);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue