mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-27 03:39:57 +03:00
feature 2439: ability to sync more metadata from plusigns (send the mapping to plugins)
git-svn-id: http://piwigo.org/svn/trunk@12254 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
d6835e415b
commit
cf2fc7a424
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ function get_exif_data($filename, $map)
|
|||
// Read EXIF data
|
||||
if ($exif = @read_exif_data($filename))
|
||||
{
|
||||
$exif = trigger_event('format_exif_data', $exif, $filename );
|
||||
$exif = trigger_event('format_exif_data', $exif, $filename, $map );
|
||||
foreach ($map as $key => $field)
|
||||
{
|
||||
if (strpos($field, ';') === false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue