From 2536ddeda8f868612b57f5cd0e960cc0ee2af681 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 16 Sep 2016 11:47:18 -0400 Subject: [PATCH] Fix error from undefined statusPending. Bring in the Status Pending to setup the template. --- models/admin/dashboard/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/models/admin/dashboard/index.php b/models/admin/dashboard/index.php index f9a316e0..458b0684 100644 --- 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. -- 2.17.1