projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc259cd
)
more spaces + some curly spaces added
author
Roland Häder
<roland@mxchange.org>
Thu, 26 Jan 2017 15:07:30 +0000
(16:07 +0100)
committer
Roland 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
patch
|
blob
|
history
diff --git
a/include/text.php
b/include/text.php
index b59ecdbc0dc906ecf8105986f830c02b8637dde6..c0edd482b8f54796cab6a0f2182eb5a9ba406ef6 100644
(file)
--- 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)) {