From: Chuck Scott Date: Thu, 5 Oct 2017 21:06:23 +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=ce18e67a7ede3c8b6b680d642e873acf45142f47;p=WP-Plugins%2Fglm-member-db-social.git Removing references to "addNotice" function in glmPluginSupport that were causing problems. --- diff --git a/activate.php b/activate.php index 0ff24ae..7e3842d 100644 --- a/activate.php +++ b/activate.php @@ -58,7 +58,6 @@ class glmMembersSocialPluginActivate // 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(); }