Skip to content

Commit 1bdd5eb

Browse files
authored
Merge pull request #332 from alikon/patch-3
no more need for a warning if j4
2 parents 0d487f7 + 940a30f commit 1bdd5eb

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)