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:
5dbf4dd
)
Removed errant defalt change of view
author
Chuck Scott
<cscott@gaslightmedia.com>
Tue, 10 May 2016 13:53:33 +0000
(09:53 -0400)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Tue, 10 May 2016 13:53:33 +0000
(09:53 -0400)
models/front/events/list.php
patch
|
blob
|
history
diff --git
a/models/front/events/list.php
b/models/front/events/list.php
index
5a19a95
..
a5b86ae
100644
(file)
--- a/
models/front/events/list.php
+++ b/
models/front/events/list.php
@@
-509,7
+509,7
@@
class GlmMembersFront_events_list extends GlmMembersFront_events_baseAction
$view = 'listForMemberDetail.html';
break;
default:
- $view = 'list.html';
+ // No changes otherwis
break;
}