mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 19:29:58 +03:00
feature:2322 fix a typo in function get_taglist
git-svn-id: http://piwigo.org/svn/trunk@12030 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
0aed550119
commit
88951a7946
1 changed files with 1 additions and 1 deletions
|
@ -2061,7 +2061,7 @@ function get_taglist($query)
|
|||
);
|
||||
}
|
||||
|
||||
$row['tag_name'] = preg_replace('#\[lang=(.*?)\](.*?)\[/lang\]#is', null, $row['tag_name']);
|
||||
$row['name'] = preg_replace('#\[lang=(.*?)\](.*?)\[/lang\]#is', null, $row['name']);
|
||||
}
|
||||
|
||||
if (strlen($row['name']) > 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue