Ignore:
Timestamp:
Nov 1, 2006, 6:54:35 AM (17 years ago)
Author:
rvelices
Message:

plugins last modifications + events are triggered now from picture.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/picture_metadata.inc.php

    r1126 r1590  
    4040  }
    4141
    42   if ($exif = @read_exif_data($picture['current']['src_file_system']))
     42  if ($exif = @read_exif_data($picture['current']['image_path']))
    4343  {
    4444    $template->assign_block_vars(
     
    9393if ($conf['show_iptc'])
    9494{
    95   $iptc = get_iptc_data($picture['current']['src_file_system'],
     95  $iptc = get_iptc_data($picture['current']['image_path'],
    9696                        $conf['show_iptc_mapping']);
    9797
Note: See TracChangeset for help on using the changeset viewer.