Completed
Push — master ( 8bf457...1b6886 )
by Fabio
125:44 queued 107:24
created
framework/I18N/core/TCache_Lite.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -381,7 +381,7 @@
 block discarded – undo
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 =
Please login to merge, or discard this patch.