Skip to content

Commit

Permalink
Merge pull request #2394 from opencart-russia/patch-1
Browse files Browse the repository at this point in the history
Update slideshow.php
  • Loading branch information
Daniel Kerr committed Dec 1, 2014
2 parents 58fb014 + 7a182c0 commit c64d963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions upload/admin/controller/module/slideshow.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,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/html', 'token=' . $this->session->data['token'], 'SSL')
'href' => $this->url->link('module/slideshow', 'token=' . $this->session->data['token'], 'SSL')
);
} else {
$data['breadcrumbs'][] = array(
Expand Down Expand Up @@ -167,4 +167,4 @@ protected function validate() {

return !$this->error;
}
}
}

0 comments on commit c64d963

Please sign in to comment.