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:
cff0640
)
Fix error from undefined statusPending.
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 16 Sep 2016 15:47:18 +0000
(11:47 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 16 Sep 2016 15:47:18 +0000
(11:47 -0400)
Bring in the Status Pending to setup the template.
models/admin/dashboard/index.php
patch
|
blob
|
history
diff --git
a/models/admin/dashboard/index.php
b/models/admin/dashboard/index.php
index
f9a316e
..
458b068
100644
(file)
--- a/
models/admin/dashboard/index.php
+++ b/
models/admin/dashboard/index.php
@@
-185,6
+185,7
@@
class GlmMembersAdmin_dashboard_index extends GlmDataMembers
'memberInfoRecords' => $memberInfoRecords,
'clickThroughCounts' => $clickThroughCounts,
'detailViewCounts' => $detailViewCounts,
+ 'statusPending' => $this->config['status_numb']['Pending'],
);
// Return status, suggested view, and data to controller.