merge r6711 from branch 2.1 to trunk

add trigger for ExtendedDescription on photo name


git-svn-id: http://piwigo.org/svn/trunk@6712 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2010-07-27 12:30:59 +00:00
parent 8ce85643a6
commit aadf746e49
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -511,6 +511,8 @@ while ($row = pwg_db_fetch_assoc($result))
$picture[$i]['name'] = str_replace('_', ' ', $file_wo_ext);
}
$picture[$i]['name'] = trigger_event('render_element_description', $picture[$i]['name']);
$picture[$i]['url'] = duplicate_picture_url(
array(
'image_id' => $row['id'],