- Fehler bei Doppelbewertungen gefixed
- Deaktivieren von Bewertungen gefixed - JavaScript-Fehler im Safari gefixed
This commit is contained in:
@ -634,8 +634,8 @@ class rateitBackendModule extends \BackendModule
|
||||
$cntSql = str_replace('%s', $where, $cntSql);
|
||||
|
||||
$count = $this->Database->prepare($cntSql)
|
||||
->execute()
|
||||
->fetchRow();
|
||||
->execute()
|
||||
->fetchRow();
|
||||
|
||||
$arrRatingItems = $this->Database->prepare($sql)
|
||||
->execute()
|
||||
|
Reference in New Issue
Block a user