mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-27 19:59:56 +03:00
A couple of minor PHP 8 fixes that can be applied now
This commit is contained in:
parent
c64efe6ecb
commit
65acb988db
11 changed files with 27 additions and 9 deletions
|
@ -390,7 +390,7 @@ SELECT
|
|||
}
|
||||
|
||||
// update metadata from the uploaded file (exif/iptc)
|
||||
if ($conf['use_exif'] and !function_exists('read_exif_data'))
|
||||
if ($conf['use_exif'] and !function_exists('exif_read_data'))
|
||||
{
|
||||
$conf['use_exif'] = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue