aboutsummaryrefslogtreecommitdiffstats
path: root/include/functions_metadata.inc.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2011-09-29 04:11:26 +0000
committerrvelices <rv-github@modusoptimus.com>2011-09-29 04:11:26 +0000
commitcf2fc7a424b07a1e60e10147f23502fb689970e2 (patch)
treeb86e76eedb1712bc4a0c6f0883ce3afa8451b5f2 /include/functions_metadata.inc.php
parentd6835e415b0e34120865325505d1ecc9b99d33a5 (diff)
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
Diffstat (limited to 'include/functions_metadata.inc.php')
-rw-r--r--include/functions_metadata.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions_metadata.inc.php b/include/functions_metadata.inc.php
index 88a717b52..1381a2482 100644
--- a/include/functions_metadata.inc.php
+++ b/include/functions_metadata.inc.php
@@ -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)