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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user