Fixed filter in bottom pagination in Linework
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user