diff --git a/e107_handlers/rate_class.php b/e107_handlers/rate_class.php index 6fe8fd6c9..05efb9b5f 100644 --- a/e107_handlers/rate_class.php +++ b/e107_handlers/rate_class.php @@ -33,7 +33,7 @@ class rater { $hintArray = array(RATELAN_POOR,RATELAN_FAIR,RATELAN_GOOD,RATELAN_VERYGOOD,RATELAN_EXCELLENT); $datahint = implode(",",$hintArray); - $path = e_WEB_JS."rate/img/"; + $path = e_JS_ABS."rate/img/"; $score = ($score / 2); // var_dump($readonly);