Skip to content

Commit

Permalink
[Core] fixes default view for social buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
cbleek committed Nov 13, 2015
1 parent 68290f6 commit 93ef868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/Core/view/partial/social-buttons.phtml
Expand Up @@ -22,7 +22,7 @@
<small><?php echo $this->translate('Login via') ?>...</small>
</p>
<?php $ref = $this->buildReferer(array('logout', 'ref')); ?>
<?php foreach (array($SocialNetworksEnabled) as $provider =>
<?php foreach ($SocialNetworksEnabled as $provider =>
$name
): ?>
<a class="btn-sm btn-social btn-<?php echo $provider ?>"
Expand Down

0 comments on commit 93ef868

Please sign in to comment.