mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
- bug 74 fixed : wrong link in thumbnail title representing a recent
category git-svn-id: http://piwigo.org/svn/trunk@705 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -65,7 +65,7 @@ $conf['level_separator'] = '<br />';
|
||||
// the name to display
|
||||
while ( $row = mysql_fetch_array( $result ) )
|
||||
{
|
||||
$name = get_cat_display_name_cache($row['uppercats'], '<br />', '', false);
|
||||
$name = get_cat_display_name_cache($row['uppercats'], '', false);
|
||||
|
||||
$thumbnail_src = get_thumbnail_src($row['path'], @$row['tn_ext']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user