We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 870c406 commit f32d0dbCopy full SHA for f32d0db
upload/admin/controller/marketing/contact.php
@@ -57,7 +57,7 @@ public function index() {
57
58
$this->load->model('sale/customer_group');
59
60
- $data['customer_groups'] = $this->model_sale_customer_group->getCustomerGroups(0);
+ $data['customer_groups'] = $this->model_sale_customer_group->getCustomerGroups();
61
62
$data['header'] = $this->load->controller('common/header');
63
$data['column_left'] = $this->load->controller('common/column_left');
0 commit comments