Skip to content

Commit

Permalink
Merge pull request #2 from omaximus/master
Browse files Browse the repository at this point in the history
i18n namespace changed
  • Loading branch information
vitalyiegorov committed Apr 8, 2015
2 parents 94d59f3 + dc06a2b commit 1a29d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pager.php
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ public function toHTML()


// Пункт меню для вывода всех строк данных
$allHTML = class_exists('samson\i18n\i18n') ? t('Все', true) : 'Все';
$allHTML = class_exists('samsonphp\i18n\i18n', false) ? t('Все', true) : 'Все';
$html .= '<li><a class="__samson_pager_li ' . $active .
' __samson_pager_all" href="' . url()->build($this->url_prefix, 0) . '/">' . $allHTML . '</a></li>';

Expand Down

0 comments on commit 1a29d43

Please sign in to comment.