Dieser Commit ist enthalten in:
o.pinke 2021-08-24 20:11:10 +02:00
Ursprung 030acf0d00
Commit e3a04c543b
2 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen

Datei anzeigen

@ -1495,6 +1495,7 @@ abstract class Item extends cItemBaseAbstract {
$this->values = $aRecordSet;
$this->oldPrimaryKey = $this->values[$this->primaryKey];
$this->virgin = false;
$this->_setLoaded(true);
self::$_oCache->addItem($this->table . "_" . $this->oldPrimaryKey, $this->values);
}

Datei anzeigen

@ -340,6 +340,8 @@ class cPage extends cHTML {
$tpl->set('s', 'MARGIN', $this->_margin);
$tpl->set('s', 'EXTRA', $this->extra);
$tpl->set('s', 'SESSION_ID', $sess->id);
$tpl->set('s', 'STYLES', '');
if ($print == true) {
$tplRender = false;