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:
ad4e943
)
Space update
author
Steve Sutton
<steve@gaslightmedia.com>
Thu, 8 Sep 2016 13:04:30 +0000
(09:04 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Thu, 8 Sep 2016 13:04:30 +0000
(09:04 -0400)
Line up the array = signs.
models/admin/dashboard/index.php
patch
|
blob
|
history
diff --git
a/models/admin/dashboard/index.php
b/models/admin/dashboard/index.php
index
a6cb0c6
..
5fd44da
100644
(file)
--- 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,