more spaces + some curly spaces added
Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
parent
bc259cdc44
commit
5b56f189ae
1 changed files with 1 additions and 1 deletions
|
@ -452,7 +452,7 @@ function perms2str($p) {
|
||||||
if (is_array($p)) {
|
if (is_array($p)) {
|
||||||
$tmp = $p;
|
$tmp = $p;
|
||||||
} else {
|
} else {
|
||||||
$tmp = explode(',',$p);
|
$tmp = explode(',', $p);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (is_array($tmp)) {
|
if (is_array($tmp)) {
|
||||||
|
|
Loading…
Reference in a new issue