standards
This commit is contained in:
parent
324baa6b8b
commit
341499e8ca
|
@ -221,7 +221,8 @@ class ACL extends BaseObject
|
||||||
return $o;
|
return $o;
|
||||||
}
|
}
|
||||||
|
|
||||||
private static function fixACL(&$item) {
|
private static function fixACL(&$item)
|
||||||
|
{
|
||||||
$item = intval(str_replace(['<', '>'], ['', ''], $item));
|
$item = intval(str_replace(['<', '>'], ['', ''], $item));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue