standards

This commit is contained in:
Michael 2018-03-24 19:40:35 +00:00
parent 324baa6b8b
commit 341499e8ca

View file

@ -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));
}