Skip to content

Commit

Permalink
[] minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
j-h-s committed Jan 5, 2018
1 parent fa6596e commit 6af50f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AppBundle/Service/FbStatService.php
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ public function getImageCount() {
$pageCount = 0;
$loopCount = 0;
$photoCount = [];
$temp = [];

foreach ($fdAlbums as $key => $album) {
if (in_array($album->getField('id'), $temp, true)) {
Expand Down

0 comments on commit 6af50f7

Please sign in to comment.