@@ -381,7 +381,7 @@ |
||
| 381 | 381 | $motif = ($group) ? 'cache_' . $group . '_' : 'cache_'; |
| 382 | 382 | } |
| 383 | 383 | if ($this->_memoryCaching) { |
| 384 | - foreach($this->_memoryCachingArray as $key => $v) { |
|
| 384 | + foreach ($this->_memoryCachingArray as $key => $v) { |
|
| 385 | 385 | if (strpos($key, $motif, 0)) { |
| 386 | 386 | unset($this->_memoryCaching[$key]); |
| 387 | 387 | $this->_memoryCachingCounter = |