From 6a59495c488a282ea83541232636e205bc4c6703 Mon Sep 17 00:00:00 2001 From: aB0t Date: Thu, 10 Aug 2023 10:21:20 +0200 Subject: [PATCH] update 2023-08-10 10:21:17 --- src/a223b31e-ea1d-4cdf-92ae-5f9becffaff0/code.php | 2 +- src/a223b31e-ea1d-4cdf-92ae-5f9becffaff0/code.power | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/a223b31e-ea1d-4cdf-92ae-5f9becffaff0/code.php b/src/a223b31e-ea1d-4cdf-92ae-5f9becffaff0/code.php index 7bbc782..0dd04d8 100644 --- a/src/a223b31e-ea1d-4cdf-92ae-5f9becffaff0/code.php +++ b/src/a223b31e-ea1d-4cdf-92ae-5f9becffaff0/code.php @@ -132,7 +132,7 @@ abstract class FileHelper elseif (!self::$curlError) { // set the notice - Factory::getApplication()->enqueueMessage(Text::_('COM_GETBIBLE_HTWOCURL_NOT_FOUNDHTWOPPLEASE_SETUP_CURL_ON_YOUR_SYSTEM_OR_BGETBIBLEB_WILL_NOT_FUNCTION_CORRECTLYP'), 'Error'); + Factory::getApplication()->enqueueMessage('

Curl Not Found!

Please setup curl on your system, or the Joomla Component will not function correctly!

', 'Error'); // load this notice only once self::$curlError = true; } diff --git a/src/a223b31e-ea1d-4cdf-92ae-5f9becffaff0/code.power b/src/a223b31e-ea1d-4cdf-92ae-5f9becffaff0/code.power index c89d1b7..bca3ddc 100644 --- a/src/a223b31e-ea1d-4cdf-92ae-5f9becffaff0/code.power +++ b/src/a223b31e-ea1d-4cdf-92ae-5f9becffaff0/code.power @@ -101,7 +101,7 @@ elseif (!self::$curlError) { // set the notice - Factory::getApplication()->enqueueMessage(Text::_('

Curl Not Found!

Please setup curl on your system, or [[[component]]] will not function correctly!

'), 'Error'); + Factory::getApplication()->enqueueMessage('

Curl Not Found!

Please setup curl on your system, or the Joomla Component will not function correctly!

', 'Error'); // load this notice only once self::$curlError = true; }