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:
a73fa8c
)
Removed unused parameter reference
author
Chuck Scott
<cscott@gaslightmedia.com>
Fri, 22 Apr 2016 17:52:32 +0000
(13:52 -0400)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Fri, 22 Apr 2016 17:52:32 +0000
(13:52 -0400)
models/admin/events/index.php
patch
|
blob
|
history
diff --git
a/models/admin/events/index.php
b/models/admin/events/index.php
index
edd80ec
..
2fc5527
100644
(file)
--- a/
models/admin/events/index.php
+++ b/
models/admin/events/index.php
@@
-117,7
+117,6
@@
class GlmMembersAdmin_events_index extends GlmDataEvents
// Compile template data
$templateData = array(
- 'events' => $events,
'numbEvents' => $numbEvents,
'pending' => $pending,
'namesList' => $namesList,