diff options
| author | 2022-03-24 21:32:37 +0100 | |
|---|---|---|
| committer | 2022-03-24 21:32:37 +0100 | |
| commit | efb57f965a2942a7a8d204390859684edd010f6b (patch) | |
| tree | 01c2713988f10ac19d43bd5785f76d9c030c89be /p/i | |
| parent | 954cc0510d77301f69860db585632f69c0417411 (diff) | |
Rename conflicting function (#4289)
#fix https://github.com/FreshRSS/FreshRSS/issues/4284
Diffstat (limited to 'p/i')
| -rwxr-xr-x | p/i/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
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)); } } |
