Skip to content

Commit

Permalink
Change permissions check
Browse files Browse the repository at this point in the history
  • Loading branch information
richardsweeney authored Mar 22, 2023
1 parent 5fcc2f0 commit a343429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Admin/AdminScreen.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public function init(): void
add_management_page(
__('Meilisearch', 'meilisearch-24hr'),
__('Meilisearch', 'meilisearch-24hr'),
'install_plugins',
'manage_options',
'meilisearch-24hr-admin',
[$this, 'renderAdminPage']
);
Expand Down

0 comments on commit a343429

Please sign in to comment.