Fehler bei der Bewertung von Galerie-Bildern behoben

This commit is contained in:
2014-11-11 08:34:59 +01:00
parent dd1558b954
commit 0bf343a285
4 changed files with 363 additions and 280 deletions

View File

@ -198,7 +198,7 @@ class RateItArticle extends RateItFrontend {
continue;
}
$this->addRatingForImage($arrRating, $arrGallery['id'], $objFile->id, $objFile->path);
$this->addRatingForImage($arrRating, $arrGallery['id'], $objFiles->id, $objFile->path);
}
// Folders
else {
@ -224,7 +224,7 @@ class RateItArticle extends RateItFrontend {
continue;
}
$this->addRatingForImage($arrRating, $arrGallery['id'], $objSubfiles->id, $objSubfiles->path);
$this->addRatingForImage($arrRating, $arrGallery['id'], $objSubfiles->id, $objSubfiles->path);
}
}
}