diff --git a/library/Director/Objects/ObjectApplyMatches.php b/library/Director/Objects/ObjectApplyMatches.php index 5ac5abed..004e984f 100644 --- a/library/Director/Objects/ObjectApplyMatches.php +++ b/library/Director/Objects/ObjectApplyMatches.php @@ -169,7 +169,7 @@ abstract class ObjectApplyMatches $type = static::$type; if (substr($col, 0, strlen($type) + 1) === "${type}.") { - $filter->setColumn($col = substr($col, 5)); + $filter->setColumn($col = substr($col, strlen($type) + 1)); } if (array_key_exists($col, self::$columnMap)) {