Skip to content

Commit

Permalink
Codestyle fix
Browse files Browse the repository at this point in the history
Signed-off-by: Roland Dalmulder <[email protected]>
  • Loading branch information
roland-d committed Mar 4, 2019
1 parent 2082d4f commit c4a64c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions administrator/components/com_installer/Model/ManageModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -447,10 +447,10 @@ public function loadChangelog($eid, $source)

array_walk($entries, function (&$value, $name) use ($changelog) {
if ($field = $changelog->get($name))
{
{
$value = $changelog->get($name)->data;
}
}
}
);

$layout = new FileLayout('joomla.installer.changelog');
Expand Down

0 comments on commit c4a64c2

Please sign in to comment.