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