We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd9cccb commit 58cca27Copy full SHA for 58cca27
1 file changed
CsvImportPlugin.php
@@ -209,7 +209,6 @@ public function hookDefineAcl($args)
209
210
// Hack to disable CRUD actions.
211
$acl->deny(null, 'CsvImport_Index', array('show', 'add', 'edit', 'delete'));
212
- $acl->deny('admin', 'CsvImport_Index');
213
}
214
215
/**
0 commit comments