We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 888bb23 commit ebf149bCopy full SHA for ebf149b
stats.php
@@ -48,6 +48,8 @@
48
$bp_v4 = $valImage->bpv4 + $valMiniature->bpv4;
49
$bp_v6 = $valImage->bpv6 + $valMiniature->bpv6;
50
$bp_all = $bp_v4 + $bp_v6;
51
+// Fix pour l'affichage des stats sans utilisation du service
52
+$bp_all = ($bp_all) ? $bp_all : 1;
53
// Nombre d'affichages
54
$nb_view_all = $valImage->nbAff + $valMiniature->nbAff;
55
// Taille totale
0 commit comments