From 1d8abf65d5a667feb173f2d1bd46f783c7cfc175 Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Thu, 5 Oct 2017 17:03:18 -0400 Subject: [PATCH] Removing references to "addNotice" function in glmPluginSupport that were causing problems. --- activate.php | 1 - 1 file changed, 1 deletion(-) 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(); } -- 2.17.1