Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
diddipoeler committed Oct 29, 2023
1 parent c56b34f commit 0178525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/libraries/sportsmanagement/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ public function display($tpl = null)
$this->table_data_class = 'table table-striped';
$this->table_data_div = '</div>';
}
elseif (version_compare(JSM_JVERSION, '3', 'eq'))
elseif (version_compare(JVERSION, '3.0.0', 'ge'))
{
$this->setLayout($this->getLayout() . '_3');
$this->table_data_class = 'table table-striped';
Expand Down

0 comments on commit 0178525

Please sign in to comment.