Skip to content

Commit

Permalink
Fix typo in [#24839]
Browse files Browse the repository at this point in the history
  • Loading branch information
dextercowley committed Apr 9, 2012
1 parent 383207c commit 2e3be0e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -148,7 +148,7 @@
<?php echo JHtml::_('jgrid.published', $item->state, $i, 'banners.', $canChange, 'cb', $item->publish_up, $item->publish_down); ?>
</td>
<td class="center">
<?php echo JHtml::_('banner.pinned', $item->sticky, $i, $canChange); */?>
<?php echo JHtml::_('banner.pinned', $item->sticky, $i, $canChange);?>
</td>
<td class="center">
<?php echo $item->client_name;?>
Expand Down

0 comments on commit 2e3be0e

Please sign in to comment.