|
@@ -106,7 +106,7 @@ |
|
|
block discarded – undo |
|
106
|
106
|
|
|
107
|
107
|
public function updateCache($data, $pkValue) { |
|
108
|
108
|
if ($this->cacheMode) { |
|
109
|
|
- if (isset($this->cache[$pkValue])) $this->cache[$pkValue] = (object) array_merge((array)$this->cache[$pkValue], (array)$data); |
|
|
109
|
+ if (isset($this->cache[$pkValue])) $this->cache[$pkValue] = (object)array_merge((array)$this->cache[$pkValue], (array)$data); |
|
110
|
110
|
else $this->cache[$pkValue] = $data; |
|
111
|
111
|
} |
|
112
|
112
|
} |
Please login to merge, or discard this patch.