소스 검색

Evolution #146: Modération

bastien 13 년 전
부모
커밋
3b7c62f49d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/Muzich/CoreBundle/Managers/ElementReportManager.php

+ 1 - 0
src/Muzich/CoreBundle/Managers/ElementReportManager.php 파일 보기

@@ -30,6 +30,7 @@ class ElementReportManager
30 30
     {
31 31
       $ids[] = (string)$user->getId();
32 32
     }
33
+    $this->element->setCountReport(count($ids));
33 34
     $this->element->setReportIds($ids);
34 35
   }
35 36