Skip to content

Commit

Permalink
Merge pull request #220 from OSTraining/DOWN-365
Browse files Browse the repository at this point in the history
Fixes social sharing buttons missing
  • Loading branch information
billtomczak authored Jul 1, 2019
2 parents ebe534d + af34c54 commit 5ee66e0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/site/layouts/download_button.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,12 @@ class="osdownloads-field-agree"/>
</form>
<?php
if ($displayData->isPro) :
echo JLayoutHelper::render('social_download', $displayData);
echo JLayoutHelper::render(
'social_download',
$displayData,
null,
array('component' => 'com_osdownloads')
);
endif;
?>

Expand Down

0 comments on commit 5ee66e0

Please sign in to comment.