mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-07 13:55:03 +02:00
0000735: Hits were displayed twice on Most visited (manual merge)
git-svn-id: http://piwigo.org/svn/trunk@2081 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -129,7 +129,9 @@ foreach ($pictures as $row)
|
||||
}
|
||||
case 'most_visited' :
|
||||
{
|
||||
$name = '('.$row['hit'].') '.$name;
|
||||
if ( !$user['show_nb_hits']) {
|
||||
$name = '('.$row['hit'].') '.$name;
|
||||
}
|
||||
break;
|
||||
}
|
||||
case 'search' :
|
||||
|
||||
Reference in New Issue
Block a user