Skip to content

Commit

Permalink
installation uses them too
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepereiradasilva committed Jan 19, 2016
1 parent 47287ce commit e8e0f74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installation/view/languages/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ class="btn btn-primary"
/> <?php echo $language->name; ?>

<?php // Display a Note if language pack version is not equal to Joomla version ?>
<?php if (substr($language->version, 0, 3) != $version->RELEASE
|| substr($language->version, 0, 5) != $version->RELEASE . "." . $version->DEV_LEVEL) : ?>
<?php if (substr($language->version, 0, 3) != $version::RELEASE
|| substr($language->version, 0, 5) != $version->getShortVersion()) : ?>
<div class="small"><?php echo JText::_('JGLOBAL_LANGUAGE_VERSION_NOT_PLATFORM'); ?></div>
<?php endif; ?>
</label>
Expand Down

0 comments on commit e8e0f74

Please sign in to comment.