diff --git a/include/text.php b/include/text.php index b59ecdbc0d..c0edd482b8 100644 --- a/include/text.php +++ b/include/text.php @@ -452,7 +452,7 @@ function perms2str($p) { if (is_array($p)) { $tmp = $p; } else { - $tmp = explode(',',$p); + $tmp = explode(',', $p); } if (is_array($tmp)) {