From efb57f965a2942a7a8d204390859684edd010f6b Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 24 Mar 2022 21:32:37 +0100 Subject: Rename conflicting function (#4289) #fix https://github.com/FreshRSS/FreshRSS/issues/4284 --- lib/lib_rss.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/lib_rss.php') diff --git a/lib/lib_rss.php b/lib/lib_rss.php index ba7b5b5d8..b6fde6437 100644 --- a/lib/lib_rss.php +++ b/lib/lib_rss.php @@ -726,7 +726,7 @@ function getNonStandardShortcuts($shortcuts) { return $nonStandard; } -function errorMessage($errorTitle, $error = '') { +function errorMessageInfo($errorTitle, $error = '') { $errorTitle = htmlspecialchars($errorTitle, ENT_NOQUOTES, 'UTF-8'); $message = ''; -- cgit v1.2.3