aboutsummaryrefslogtreecommitdiffstats
path: root/include/functions_html.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/functions_html.inc.php')
-rw-r--r--include/functions_html.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/functions_html.inc.php b/include/functions_html.inc.php
index 2daac2c83..ae776f55e 100644
--- a/include/functions_html.inc.php
+++ b/include/functions_html.inc.php
@@ -543,12 +543,12 @@ function render_element_name($info)
return get_name_from_file($info['file']);
}
-function render_element_description($info)
+function render_element_description($info, $param='')
{
$comment = $info['comment'];
if (!empty($comment))
{
- $comment = trigger_event('render_element_description', $comment);
+ $comment = trigger_event('render_element_description', $comment, $param);
return $comment;
}
return '';