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:
b680bb5
)
Fixed incorrect default value for #thisInstance['listQuery'] - set to false.
author
Chuck Scott
<cscott@gaslightmedia.com>
Tue, 26 Feb 2019 19:27:57 +0000
(14:27 -0500)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Tue, 26 Feb 2019 19:33:37 +0000
(14:33 -0500)
models/front/members/list.php
patch
|
blob
|
history
diff --git
a/models/front/members/list.php
b/models/front/members/list.php
index
de1e8c2
..
3d46aa7
100755
(executable)
--- a/
models/front/members/list.php
+++ b/
models/front/members/list.php
@@
-183,7
+183,7
@@
class GlmMembersFront_members_list extends GlmDataMemberInfo
'searchDisplayed' => false,
'mapDisplayed' => false,
'listDisplayed' => false,
- 'listQuery' =>
''
,
+ 'listQuery' =>
false
,
'listResult' => false
);