Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

catalog/controller/product/manufacturer.php #593

Closed
pine3ree opened this issue Apr 4, 2013 · 1 comment
Closed

catalog/controller/product/manufacturer.php #593

pine3ree opened this issue Apr 4, 2013 · 1 comment

Comments

@pine3ree
Copy link
Contributor

pine3ree commented Apr 4, 2013

line 49:

    if (!isset($this->data['manufacturers'][$key])) {
            $this->data['categories'][$key]['name'] = $key;
    }

shouldn't it be?

    if (!isset($this->data['categories'][$key]['name'])) {
            $this->data['categories'][$key]['name'] = $key;
    }

$this->data['manufacturers'] seems not to be defined earlier or used anywhere in manufacturer_list.tpl

@opencart
Copy link
Collaborator

opencart commented Apr 5, 2013

ok will be added in the next commit

@opencart opencart closed this as completed Apr 5, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant