Skip to content

Commit

Permalink
Merge pull request #1722 from worldskills/fix-update-multi-site
Browse files Browse the repository at this point in the history
Don't show download button for Multi-Site
  • Loading branch information
aembler committed Apr 14, 2014
2 parents 16c3ea5 + 6795eb0 commit 98272c8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -3,7 +3,7 @@
$h = Loader::helper('concrete/dashboard');
$ih = Loader::helper('concrete/interface');
$form = Loader::helper('form');
if ($downloadableUpgradeAvailable) { ?>
if ($showDownloadBox && $downloadableUpgradeAvailable) { ?>
<?=$h->getDashboardPaneHeaderWrapper(t('Download Update'), false, 'span8 offset2');?>
<? if (!defined('MULTI_SITE') || MULTI_SITE == false) { ?>
<a href="<?=$this->action('check_for_updates')?>" class="btn" style="float: right"><?=t('Check For Updates')?></a>
Expand Down

0 comments on commit 98272c8

Please sign in to comment.