From: Roland Häder Date: Thu, 26 Jan 2017 15:07:30 +0000 (+0100) Subject: more spaces + some curly spaces added X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5b56f189aec69e8952bc286ebe67ae42f884db53;p=friendica.git more spaces + some curly spaces added Signed-off-by: Roland Häder --- 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)) {