Skip to content

Commit

Permalink
Merge pull request #64 from UTCGilligan/feature/UTCT-46-Supereditor-role
Browse files Browse the repository at this point in the history
Feature/utct 46 supereditor role
  • Loading branch information
UTCGilligan authored Jan 2, 2024
2 parents 87723e0 + c3a34e0 commit 146d712
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions user/plugins/auth-mgr-plus/plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -503,9 +503,7 @@ function amp_env_check() {
}

if ( !isset( $amp_allowed_plugin_pages ) ) {
$amp_allowed_plugin_pages = array(
'sleeky_settings'
);
$amp_allowed_plugin_pages = array();
}

// convert role assignment table to lower case if it hasn't been done already
Expand Down

0 comments on commit 146d712

Please sign in to comment.