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 a8425ab commit c56b34f
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 @@ -490,7 +490,7 @@ public function display($tpl = null)
{
}

if (version_compare(JSM_JVERSION, '4', 'eq'))
if (version_compare(JVERSION, '4.0.0', 'ge'))
{
$this->setLayout($this->getLayout() . '_4');
$this->table_data_class = 'table table-striped';
Expand Down

0 comments on commit c56b34f

Please sign in to comment.