Skip to content

Commit f32d0db

Browse files
author
opencarthelp
committed
Incorrect argument passed
1 parent 870c406 commit f32d0db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upload/admin/controller/marketing/contact.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function index() {
5757

5858
$this->load->model('sale/customer_group');
5959

60-
$data['customer_groups'] = $this->model_sale_customer_group->getCustomerGroups(0);
60+
$data['customer_groups'] = $this->model_sale_customer_group->getCustomerGroups();
6161

6262
$data['header'] = $this->load->controller('common/header');
6363
$data['column_left'] = $this->load->controller('common/column_left');

0 commit comments

Comments
 (0)