A couple of minor PHP 8 fixes that can be applied now

This commit is contained in:
Ana Els
2021-01-18 15:18:40 +00:00
committed by MatthieuLP
parent c64efe6ecb
commit 65acb988db
11 changed files with 27 additions and 9 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ class c13y_internal
foreach (array('show_exif', 'use_exif') as $value)
{
if (($conf[$value]) and (!function_exists('read_exif_data')))
if (($conf[$value]) and (!function_exists('exif_read_data')))
{
$c13y->add_anomaly(
sprintf(l10n('%s value is not correct file because exif are not supported'), '$conf[\''.$value.'\']'),