Skip to content

Commit

Permalink
https://github.com/opencart/opencart/issues/2510
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkerr committed Dec 23, 2014
1 parent 0977bf3 commit 6fb8121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/catalog/controller/account/success.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function index() {
$customer_group_info = $this->model_account_customer_group->getCustomerGroup($this->config->get('config_customer_group_id'));

if ($customer_group_info && !$customer_group_info['approval']) {
$data['text_message'] = sprintf($this->language->get('text_message'), $this->config->get('config_name'), $this->url->link('information/contact'));
$data['text_message'] = sprintf($this->language->get('text_message'), $this->url->link('information/contact'));
} else {
$data['text_message'] = sprintf($this->language->get('text_approval'), $this->config->get('config_name'), $this->url->link('information/contact'));
}
Expand Down

0 comments on commit 6fb8121

Please sign in to comment.