Corrected all views to the structure

This commit is contained in:
2019-06-03 14:39:09 +02:00
parent eb704af915
commit 65ccfe23f7
10 changed files with 89 additions and 95 deletions

View File

@@ -306,7 +306,7 @@ abstract class AbstractCommonClubsModel
return $factory->loadElements($allConstraints, $sorting);
}
else
$factory->loadElements($condition, $sorting);
return $factory->loadElements($condition, $sorting);
}
protected function filterPackData($values)