Skip to content

Commit 990c389

Browse files
authored
Update category.php
1 parent 08d19fc commit 990c389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upload/admin/model/catalog/category.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ public function getCategoryLayouts(int $category_id) {
334334
return $category_layout_data;
335335
}
336336

337-
public function getTotalCategories() {
337+
public function getTotalCategories($data = []) {
338338
if (!empty($data['filter_name'])) {
339339
// category path name filter "Components > Monitors > test 1"
340340
$data['start'] = 0;

0 commit comments

Comments
 (0)