From ce18e67a7ede3c8b6b680d642e873acf45142f47 Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Thu, 5 Oct 2017 17:06:23 -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 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(); } -- 2.17.1