[various] Improve formatting

This commit is contained in:
Hypolite Petovan 2022-10-19 09:47:48 -04:00
parent 5d8129600d
commit 0f6ea75bb7
5 changed files with 38 additions and 40 deletions

View file

@ -108,7 +108,7 @@ function libertree_post_local(App $a, array &$b)
return;
}
if ((!Session::getLocalUser()) || (Session::getLocalUser() != $b['uid'])) {
if (!Session::getLocalUser() || (Session::getLocalUser() != $b['uid'])) {
return;
}