From: Steve Sutton Date: Fri, 16 Sep 2016 15:47:18 +0000 (-0400) Subject: Fix error from undefined statusPending. X-Git-Tag: v2.7.0^2~1^2~14 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=2536ddeda8f868612b57f5cd0e960cc0ee2af681;p=WP-Plugins%2Fglm-member-db.git Fix error from undefined statusPending. Bring in the Status Pending to setup the template. --- 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.