From: Steve Sutton Date: Thu, 8 Sep 2016 13:04:30 +0000 (-0400) Subject: Space update X-Git-Tag: v2.7.0^2~1^2~18 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=abfdb685f87f1a9f2c1ab5e50efcf2c0fe2a0505;p=WP-Plugins%2Fglm-member-db.git Space update Line up the array = signs. --- diff --git a/models/admin/dashboard/index.php b/models/admin/dashboard/index.php index a6cb0c68..5fd44da4 100644 --- a/models/admin/dashboard/index.php +++ b/models/admin/dashboard/index.php @@ -179,10 +179,10 @@ class GlmMembersAdmin_dashboard_index extends GlmDataMembers // Compile template data. $templateData = array( - 'member' => $actionData, - 'memberID' => $memberID, - 'haveInfoRecords' => $haveInfoRecords, - 'memberInfoRecords' => $memberInfoRecords, + 'member' => $actionData, + 'memberID' => $memberID, + 'haveInfoRecords' => $haveInfoRecords, + 'memberInfoRecords' => $memberInfoRecords, 'clickThroughCounts' => $clickThroughCounts, 'detailViewCounts' => $detailViewCounts, 'thisDate' => $thisDate,