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