categories not attributes fix
This commit is contained in:
@@ -172,8 +172,8 @@ class ProductCategoryAttributesController extends AppController
|
||||
*/
|
||||
public function form()
|
||||
{
|
||||
$productCategoryAttributes = $this->getTable()->getAllCategoryAttributesForCategoryId($this->request->getQuery('product_category_id', '-1'));
|
||||
$productCategories = $this->getTable()->getAllCategoryAttributesForCategoryId($this->request->getQuery('product_category_id', '-1'));
|
||||
|
||||
$this->set(compact('productCategoryAttributes'));
|
||||
$this->set(compact('productCategories'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user