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 --- p/i/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'p') diff --git a/p/i/index.php b/p/i/index.php index 71b19a1ca..949d82aec 100755 --- a/p/i/index.php +++ b/p/i/index.php @@ -65,6 +65,6 @@ if (!file_exists($applied_migrations_path)) { if ($error) { syslog(LOG_INFO, 'FreshRSS Fatal error! ' . $error); Minz_Log::error($error); - die(errorMessage('Fatal error', $error)); + die(errorMessageInfo('Fatal error', $error)); } } -- cgit v1.2.3