Skip to content

Commit

Permalink
moved second set of parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
fcoulter committed Feb 16, 2018
1 parent bd2c509 commit 35a0592
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions components/com_tags/views/tag/view.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,12 @@ public function display($tpl = null)
{
foreach ($items as $row)
{
$row->core_images = json_encode(array(
$row->core_images = json_encode(
array(
'image_intro' => $row->core_params->get('image', ''),
'image_intro_alt' => $row->core_params->get('image_alt', '')
));
)
);
}
}

Expand Down

0 comments on commit 35a0592

Please sign in to comment.