Re-formatted a bit
[friendica-addons.git/.git] / libertree / libertree.php
index b4923f2..a2b2d7f 100644 (file)
@@ -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;
        }