projects
/
WP-Plugins
/
glm-member-db.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c888571
)
Ensures auto page-creation happens only on first activation
author
Laury GvR
<laury@gaslightmedia.com>
Fri, 22 Apr 2016 19:22:20 +0000
(15:22 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Fri, 22 Apr 2016 19:22:20 +0000
(15:22 -0400)
activate.php
patch
|
blob
|
history
diff --git
a/activate.php
b/activate.php
index
4d0e1ba
..
b1fc07b
100644
(file)
--- a/
activate.php
+++ b/
activate.php
@@
-95,7
+95,7
@@
class glmMembersPluginActivate extends glmPluginSupport
}
if (get_option('glm_members_database_first_activation') == true) {
-
//
update_option('glm_members_database_first_activation',false);
+ update_option('glm_members_database_first_activation',false);
$this->createPages();
}