aboutsummaryrefslogtreecommitdiffstats
path: root/include/functions_rate.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/functions_rate.inc.php')
-rw-r--r--include/functions_rate.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions_rate.inc.php b/include/functions_rate.inc.php
index ae896c29a..152a93d90 100644
--- a/include/functions_rate.inc.php
+++ b/include/functions_rate.inc.php
@@ -136,7 +136,7 @@ INSERT
*/
function update_rating_score($element_id = false)
{
- if ( ($alt_result = trigger_event('update_rating_score', false, $element_id)) !== false)
+ if ( ($alt_result = trigger_change('update_rating_score', false, $element_id)) !== false)
{
return $alt_result;
}