This commit is contained in:
franck
2013-09-06 17:24:05 +02:00
3 changed files with 143 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ class AttributeController extends BaseAdminController
if (null !== $response = $this->checkAuth("admin.configuration.attributes.view")) return $response;
return $this->render('product_attributes');
return $this->render('product-attributes');
}
}