Skip to content

Commit 940a30f

Browse files
authored
no more need for a warning if j4
1 parent e415674 commit 940a30f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

administrator/components/com_patchtester/PatchTester/View/Pulls/PullsHtmlView.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,6 @@ public function render()
123123
// Make text strings available in the JavaScript API
124124
Text::script('COM_PATCHTESTER_CONFIRM_RESET');
125125

126-
// Set a warning on 4.0 branch
127-
if (version_compare(JVERSION, '4.0', 'ge'))
128-
{
129-
Factory::getApplication()->enqueueMessage(Text::_('COM_PATCHTESTER_40_WARNING'), 'warning');
130-
}
131-
132126
return parent::render();
133127
}
134128

0 commit comments

Comments
 (0)