diff --git a/inc/poche/Tools.class.php b/inc/poche/Tools.class.php index d84850cf7..3f68cff5e 100755 --- a/inc/poche/Tools.class.php +++ b/inc/poche/Tools.class.php @@ -239,7 +239,7 @@ final class Tools */ public static function utf8ize($data) { - if (is_array($data)) + if (is_array($data)) { foreach ($data as $k => $v) {