Completed
Push — master ( 584367...11508c )
by cam
01:01
created
ecrire/inc/config.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -307,7 +307,7 @@
 block discarded – undo
307 307
 			if ($has_planes) {
308 308
 				$check_store = sql_getfetsel('valeur', 'spip_'.$table, 'nom='.sql_quote($casier));
309 309
 				if ($check_store !== $serialized_store) {
310
-					array_walk_recursive($store, function (&$value, $key) {if (is_string($value)) {$value = utf8_noplanes($value);}});
310
+					array_walk_recursive($store, function(&$value, $key) {if (is_string($value)) {$value = utf8_noplanes($value); }});
311 311
 					$serialized_store = serialize($store);
312 312
 					ecrire_meta($casier, $serialized_store, null, $table);
313 313
 				}
Please login to merge, or discard this patch.