Fixed filter in bottom pagination in Linework

This commit is contained in:
Frank Schubert
2021-09-14 22:14:18 +02:00
parent 9709a33747
commit bfe560040e
2 changed files with 1 additions and 1 deletions

View File

@@ -8,7 +8,6 @@ if(strpos($item->typedata, "=Model=") !== false) {
$model = $m[1];
$modelClass = $model."Model";
$filter = [];
if($m[2]) {
$filter_parts = explode("=", $m[2]);
$filter_name = $filter_parts[0];