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