Skip to content

Commit

Permalink
feature 2439: ability to sync more metadata from plusigns (send the m…
Browse files Browse the repository at this point in the history
…apping to plugins)

git-svn-id: http://piwigo.org/svn/trunk@12254 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
rvelices committed Sep 29, 2011
1 parent d6835e4 commit cf2fc7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/functions_metadata.inc.php
Expand Up @@ -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)
Expand Down

0 comments on commit cf2fc7a

Please sign in to comment.