This change was missing in 19_STABLE
This commit is contained in:
+1
-1
@@ -2583,7 +2583,7 @@ function rcache_set($table, $id, $rec) {
|
||||
global $CFG, $MCACHE, $rcache;
|
||||
|
||||
if ($CFG->cachetype === 'internal') {
|
||||
$rcache->data[$table][$id] = $rec;
|
||||
$rcache->data[$table][$id] = fullclone($rec);
|
||||
} else {
|
||||
$key = $table . '|' . $id;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user