X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fplugin.php;h=83f6f1ab9502a1f5b34e8c0039169b0d007d959a;hb=564bc2290064c81adc43dda5c3e30d1f7038223d;hp=8cb2783eef217813899a53631dbca19a81241fa2;hpb=f8a213e23be1c43a00dea6079f78100f6df99d77;p=friendica.git diff --git a/include/plugin.php b/include/plugin.php index 8cb2783eef..83f6f1ab95 100644 --- a/include/plugin.php +++ b/include/plugin.php @@ -478,7 +478,7 @@ function service_class_allows($uid,$property,$usage = false) { } } - if (! x($service_class)) [ + if (! x($service_class)) { // everything is allowed return true; }