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

Notice: Undefined variable: data in upload/admin/model/catalog/category.php on line 80 #201

Closed
kzawner opened this issue Oct 20, 2012 · 1 comment

Comments

@kzawner
Copy link

kzawner commented Oct 20, 2012

category.php

 77 ^Ipublic function deleteCategory($category_id) {
S> 78 ^I^I
S> 79 ^I^I// Deleting a node
S> 80     $category_info = $this->getCategory($data['parent_id']);
S> 81 ^I^I
S> 82 ^I^I$this->db->query("DELETE FROM nested_category WHERE `LEFT` BETWEEN '" . (int)$category_info['left'] . "' AND '" . (int)$category_i»
S> 83

furthermore there seems to be no nested_category in the db, DQL seems to be not anywhere in the code neither

@opencart
Copy link
Collaborator

try reading what i have written in the commits before posting bug reports.

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