Skip to content

Commit

Permalink
Update bestseller.php
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkerr committed Apr 21, 2015
1 parent 25a73c8 commit c1e58f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions upload/admin/controller/module/bestseller.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function index() {
if (!isset($this->request->get['module_id'])) {
$data['breadcrumbs'][] = array(
'text' => $this->language->get('heading_title'),
'href' => $this->url->link('module/banner', 'token=' . $this->session->data['token'], 'SSL')
'href' => $this->url->link('module/bestseller', 'token=' . $this->session->data['token'], 'SSL')
);
} else {
$data['breadcrumbs'][] = array(
Expand Down Expand Up @@ -164,4 +164,4 @@ protected function validate() {

return !$this->error;
}
}
}

0 comments on commit c1e58f8

Please sign in to comment.