mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2024-12-22 10:58:58 +00:00
no more need for a warning if j4
This commit is contained in:
parent
e4156748d0
commit
940a30f4dd
@ -123,12 +123,6 @@ class PullsHtmlView extends DefaultHtmlView
|
||||
// Make text strings available in the JavaScript API
|
||||
Text::script('COM_PATCHTESTER_CONFIRM_RESET');
|
||||
|
||||
// Set a warning on 4.0 branch
|
||||
if (version_compare(JVERSION, '4.0', 'ge'))
|
||||
{
|
||||
Factory::getApplication()->enqueueMessage(Text::_('COM_PATCHTESTER_40_WARNING'), 'warning');
|
||||
}
|
||||
|
||||
return parent::render();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user