From: Chuck Scott Date: Thu, 5 Oct 2017 21:07:04 +0000 (-0400) Subject: Removing references to "addNotice" function in glmPluginSupport that were causing... X-Git-Tag: v2.0.0~18 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=f5cb312db37ee956c061c05fe13d3b1e13dd7861;p=WP-Plugins%2Fglm-serverstats.git Removing references to "addNotice" function in glmPluginSupport that were causing problems. --- diff --git a/activate.php b/activate.php index 237a1fc..4e3351d 100644 --- a/activate.php +++ b/activate.php @@ -43,7 +43,6 @@ class glmServerStatsPluginActivate // 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(); }