diff --git a/Controller/Adminhtml/Requests/Save.php b/Controller/Adminhtml/Requests/Save.php
index 065c424..46f222a 100644
--- a/Controller/Adminhtml/Requests/Save.php
+++ b/Controller/Adminhtml/Requests/Save.php
@@ -87,6 +87,6 @@ public function execute()
*/
protected function _isAllowed()
{
- return $this->_authorization->isAllowed('Ecomteck_AdvancedContact::requests');
+ return $this->_authorization->isAllowed('Ecomteck_AdvancedContact::request_save');
}
}
diff --git a/etc/acl.xml b/etc/acl.xml
new file mode 100644
index 0000000..f952900
--- /dev/null
+++ b/etc/acl.xml
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/etc/adminhtml/system.xml b/etc/adminhtml/system.xml
index 8405c6e..5ae035e 100644
--- a/etc/adminhtml/system.xml
+++ b/etc/adminhtml/system.xml
@@ -25,7 +25,7 @@