projects
/
WP-Plugins
/
glm-member-db-events.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9539c03
)
Correcting php bug
author
Steve Sutton
<steve@gaslightmedia.com>
Mon, 21 Aug 2017 13:17:40 +0000
(09:17 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Mon, 21 Aug 2017 13:17:40 +0000
(09:17 -0400)
Fix for extra bracket.
setup/adminHooks.php
patch
|
blob
|
history
diff --git
a/setup/adminHooks.php
b/setup/adminHooks.php
index
9bc4e38
..
a8795d5
100644
(file)
--- a/
setup/adminHooks.php
+++ b/
setup/adminHooks.php
@@
-112,7
+112,6
@@
if ( $memberEventsAllowed ) {
1
);
}
-}