projects
/
WP-Plugins
/
glm-member-db-nearme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a66503
)
Removing references to "addNotice" function in glmPluginSupport that were causing...
author
Chuck Scott
<cscott@gaslightmedia.com>
Thu, 5 Oct 2017 21:03:18 +0000
(17:03 -0400)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Thu, 5 Oct 2017 21:03:18 +0000
(17:03 -0400)
activate.php
patch
|
blob
|
history
diff --git
a/activate.php
b/activate.php
index
32aadb4
..
09c911a
100644
(file)
--- 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();
}