From 940a30f4dd475b3be700e68b906729275b48fb39 Mon Sep 17 00:00:00 2001 From: Nicola Galgano Date: Wed, 25 Aug 2021 13:55:15 +0200 Subject: [PATCH] no more need for a warning if j4 --- .../PatchTester/View/Pulls/PullsHtmlView.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/administrator/components/com_patchtester/PatchTester/View/Pulls/PullsHtmlView.php b/administrator/components/com_patchtester/PatchTester/View/Pulls/PullsHtmlView.php index 0246bce..875ae4a 100644 --- a/administrator/components/com_patchtester/PatchTester/View/Pulls/PullsHtmlView.php +++ b/administrator/components/com_patchtester/PatchTester/View/Pulls/PullsHtmlView.php @@ -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(); }