Skip to content

Commit

Permalink
Incorrect argument passed
Browse files Browse the repository at this point in the history
  • Loading branch information
opencarthelp committed Dec 9, 2014
1 parent 870c406 commit f32d0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/admin/controller/marketing/contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function index() {

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

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

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

0 comments on commit f32d0db

Please sign in to comment.