Преглед на файлове

Si commentaire mais pas de note, note non comptée

François преди 6 години
родител
ревизия
62a768909f
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      src/AppBundle/Service/NoteMoyenne.php

+ 2 - 1
src/AppBundle/Service/NoteMoyenne.php

@@ -27,7 +27,8 @@ class NoteMoyenne {
         $nb = 0;
 
         foreach ($commentaires as $commentaire) {
-            $nb ++;
+            if ($commentaire->getNote() > 0 && $commentaire->getNote() != null)
+                $nb++;
             $total += $commentaire->getNote();
         }