Removing references to "addNotice" function in glmPluginSupport that were causing...
authorChuck Scott <cscott@gaslightmedia.com>
Thu, 5 Oct 2017 21:03:18 +0000 (17:03 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Thu, 5 Oct 2017 21:03:18 +0000 (17:03 -0400)
activate.php

index 32aadb4..09c911a 100644 (file)
@@ -58,7 +58,6 @@ class glmMembersNearMePluginActivate
 
         // Make sure the current user has this capability
         if (! current_user_can('activate_plugins')) {
-            $this->addNotice("Interesting, you don't have permission to activate plugins.");
             die();
         }