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:
36c6947
)
Default view changed back to index from grid.
author
laury
<laury@gaslightmedia.com>
Thu, 12 May 2016 15:16:57 +0000
(11:16 -0400)
committer
laury
<laury@gaslightmedia.com>
Thu, 12 May 2016 15:16:57 +0000
(11:16 -0400)
models/front/members/list.php
patch
|
blob
|
history
diff --git
a/models/front/members/list.php
b/models/front/members/list.php
index
09fa3ed
..
0d1f797
100644
(file)
--- a/
models/front/members/list.php
+++ b/
models/front/members/list.php
@@
-446,7
+446,7
@@
class GlmMembersFront_members_list extends GlmDataMemberInfo
/*
* Check for which view file to use, else default to bars
*/
- $view = "front/members/
grid
.html";
+ $view = "front/members/
index
.html";
if (isset($actionData['request']['view']) &&
strtolower($actionData['request']['view']) == "grid") {
$view = "front/members/grid.html";