- Fehler bei Doppelbewertungen gefixed
- Deaktivieren von Bewertungen gefixed - JavaScript-Fehler im Safari gefixed
This commit is contained in:
@ -90,7 +90,7 @@ class DcaHelper extends \Backend
|
||||
}
|
||||
} else {
|
||||
$this->Database->prepare("UPDATE tl_rateit_items SET active='' WHERE rkey=? and typ=?")
|
||||
->execute($dc->activeRecord->id, $typ)
|
||||
->execute($dc->activeRecord->id, $type)
|
||||
->updatedId;
|
||||
|
||||
}
|
||||
|
@ -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