]> git.mxchange.org Git - friendica.git/commitdiff
more spaces + some curly spaces added
authorRoland Häder <roland@mxchange.org>
Thu, 26 Jan 2017 15:07:30 +0000 (16:07 +0100)
committerRoland Häder <roland@mxchange.org>
Mon, 14 May 2018 20:49:54 +0000 (22:49 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
include/text.php

index b59ecdbc0dc906ecf8105986f830c02b8637dde6..c0edd482b8f54796cab6a0f2182eb5a9ba406ef6 100644 (file)
@@ -452,7 +452,7 @@ function perms2str($p) {
        if (is_array($p)) {
                $tmp = $p;
        } else {
-               $tmp = explode(',',$p);
+               $tmp = explode(',', $p);
        }
 
        if (is_array($tmp)) {