Skip to content

Commit

Permalink
Update administrator/components/com_joomlaupdate/models/default.php
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Teeman <brian@teeman.net>
  • Loading branch information
zero-24 and brianteeman committed Aug 12, 2021
1 parent c8e178d commit 2d623ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,7 @@ public function getPhpOptions()
$option = new stdClass;
$option->label = JText::_('COM_JOOMLAUPDATE_VIEW_DEFAULT_MODERN_ROUTING_TITLE');
$option->state = is_array($this->hasModernRoutingEnabledForCoreExtensions()) ? false : true;
$option->notice = $option->state ? null : JText::sprintf('COM_JOOMLAUPDATE_VIEW_DEFAULT_MODERN_ROUTING_NOTICE', implode(', ', $this->hasModernRoutingEnabledForCoreExtensions()));
$option->notice = $option->state ? null : JText::sprintf('COM_JOOMLAUPDATE_VIEW_DEFAULT_MODERN_ROUTING_NOTICE', implode(', ', $this->hasModernRoutingEnabledForCoreComponents()));
$options[] = $option;
}

Expand Down

0 comments on commit 2d623ca

Please sign in to comment.