standards
This commit is contained in:
@@ -221,7 +221,8 @@ class ACL extends BaseObject
|
||||
return $o;
|
||||
}
|
||||
|
||||
private static function fixACL(&$item) {
|
||||
private static function fixACL(&$item)
|
||||
{
|
||||
$item = intval(str_replace(['<', '>'], ['', ''], $item));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user