We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08d19fc commit 990c389Copy full SHA for 990c389
upload/admin/model/catalog/category.php
@@ -334,7 +334,7 @@ public function getCategoryLayouts(int $category_id) {
334
return $category_layout_data;
335
}
336
337
- public function getTotalCategories() {
+ public function getTotalCategories($data = []) {
338
if (!empty($data['filter_name'])) {
339
// category path name filter "Components > Monitors > test 1"
340
$data['start'] = 0;
0 commit comments