mirror of
https://github.com/friendica/friendica
synced 2025-04-24 05:50:11 +00:00
Fixed parser errors (opps) + changed # -> // Please do so also as # for comments is deprecated.
Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
parent
3dbb92c0dc
commit
b7c9d63b7a
4 changed files with 32 additions and 35 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue