Re-formatted a bit
This commit is contained in:
parent
04df7f6e05
commit
a2760cb1d1
9 changed files with 76 additions and 89 deletions
|
@ -107,7 +107,7 @@ function libertree_post_local(App $a, array &$b)
|
|||
return;
|
||||
}
|
||||
|
||||
if ((! local_user()) || (local_user() != $b['uid'])) {
|
||||
if ((!local_user()) || (local_user() != $b['uid'])) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue