From: Chuck Scott Date: Thu, 5 Oct 2017 21:03:18 +0000 (-0400) Subject: Removing references to "addNotice" function in glmPluginSupport that were causing... X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=1d8abf65d5a667feb173f2d1bd46f783c7cfc175;p=WP-Plugins%2Fglm-member-db-nearme.git Removing references to "addNotice" function in glmPluginSupport that were causing problems. --- diff --git a/activate.php b/activate.php index 32aadb4..09c911a 100644 --- a/activate.php +++ b/activate.php @@ -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(); }