From abfdb685f87f1a9f2c1ab5e50efcf2c0fe2a0505 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 8 Sep 2016 09:04:30 -0400 Subject: [PATCH] Space update Line up the array = signs. --- models/admin/dashboard/index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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, -- 2.17.1