projects
/
WP-Plugins
/
glm-member-db-leads.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c39b8df
)
Take care of undefined
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 16 Sep 2016 15:39:32 +0000
(11:39 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 16 Sep 2016 15:39:32 +0000
(11:39 -0400)
Remove dot from assignment.
setup/adminHooks.php
patch
|
blob
|
history
diff --git
a/setup/adminHooks.php
b/setup/adminHooks.php
index
c74faaa
..
cdff438
100644
(file)
--- a/
setup/adminHooks.php
+++ b/
setup/adminHooks.php
@@
-40,7
+40,7
@@
if ( current_user_can( 'glm_members_members' ) ) {
add_filter(
'glm-member-db-dashboard-member-widgets',
function ( $member = null ) {
- $content
.
= $this->controller( 'dashboard', 'leads', $member );
+ $content = $this->controller( 'dashboard', 'leads', $member );
return $content;
},
11,