mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Misc/Fixup
* obligatory after-the-fact fixups
This commit is contained in:
@@ -1844,7 +1844,7 @@ abstract class Type
|
||||
$x = [];
|
||||
foreach (self::$data as $k => [$o, , , $f])
|
||||
if ($o && (!$flags || $flags & $f))
|
||||
if (!$attr || self::checkClassAttrib($attr, $attrVal))
|
||||
if (!$attr || self::checkClassAttrib($k, $attr, $attrVal))
|
||||
$x[$k] = $o;
|
||||
|
||||
return $x;
|
||||
|
||||
Reference in New Issue
Block a user