Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.

Commit

Permalink
Fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-koch committed Apr 13, 2015
1 parent a2f1b20 commit e1f25b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install/mods-for-hesk/modsForHesk.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,13 @@
<div class="col-md-3 col-sm-12">
<?php
if ($version == '2.1.1') {
$v210btn = 'btn-success';
$v211btn = 'btn-success';
$disableAllExcept = '211';
} else {
$v210btn = 'btn-default';
$v211btn = 'btn-default';
}
?>
<a id="211" class="btn <?php echo $v210btn; ?> btn-block disablable" href="installModsForHesk.php?v=211">v2.1.1</a>
<a id="211" class="btn <?php echo $v211btn; ?> btn-block disablable" href="installModsForHesk.php?v=211">v2.1.1</a>
</div>
<div class="col-md-3 col-sm-12">
<?php
Expand Down

0 comments on commit e1f25b0

Please sign in to comment.