Working :

- Rename file for best practices regard
This commit is contained in:
mespeche
2013-09-06 16:47:21 +02:00
parent def9b5dd1b
commit eebe1d4f58
2 changed files with 1 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');
}
}