aboutsummaryrefslogtreecommitdiffstats
path: root/include/category_default.inc.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-07-27 12:30:59 +0000
committerplegall <plg@piwigo.org>2010-07-27 12:30:59 +0000
commitaadf746e49231df14c4a94ca31f9eb2979d9faed (patch)
tree89f52fded6e65d7a1b3241cc2b7700979b3fb345 /include/category_default.inc.php
parent8ce85643a61e2c896204bc05b2097a375e07d0f3 (diff)
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
Diffstat (limited to 'include/category_default.inc.php')
-rw-r--r--include/category_default.inc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/category_default.inc.php b/include/category_default.inc.php
index 3a823eb41..5f7fe5382 100644
--- a/include/category_default.inc.php
+++ b/include/category_default.inc.php
@@ -144,6 +144,8 @@ foreach ($pictures as $row)
$name = str_replace('_', ' ', get_filename_wo_extension($row['file']));
}
+ $name = trigger_event('render_element_description', $name);
+
switch ($page['section'])
{
case 'best_rated' :