Skip to content

Commit

Permalink
0000735: Hits were displayed twice on Most visited (manual merge)
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/trunk@2081 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
vdigital committed Aug 27, 2007
1 parent 5c13d6a commit b85685c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/category_default.inc.php
Expand Up @@ -129,7 +129,9 @@
}
case 'most_visited' :
{
$name = '('.$row['hit'].') '.$name;
if ( !$user['show_nb_hits']) {
$name = '('.$row['hit'].') '.$name;
}
break;
}
case 'search' :
Expand Down

0 comments on commit b85685c

Please sign in to comment.