Skip to content

Commit

Permalink
Merge pull request #4299 from Codeinwp/bugfix/4117
Browse files Browse the repository at this point in the history
Fixed the plugin install issue with multisite
  • Loading branch information
vytisbulkevicius authored Oct 28, 2024
2 parents f2cf406 + 3fb7f47 commit 62fa6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/core/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ public function admin_notice() {
return;
}

if ( ! current_user_can( 'manage_options' ) ) {
if ( ! current_user_can( 'install_plugins' ) ) {
return;
}

Expand Down

0 comments on commit 62fa6d1

Please sign in to comment.