diff --git a/content/udf.js.php b/content/udf.js.php
index bfb0d14a7..2415476ae 100644
--- a/content/udf.js.php
+++ b/content/udf.js.php
@@ -32,6 +32,6 @@ function loadUDF(person_id, prestudent_id)
if (udfIFrame != null && udfIFrame.getAttribute('src') == 'about:blank')
{
- udfIFrame.setAttribute('src', '/index.ci.php/system/UDF?person_id='+person_id+'&prestudent_id='+prestudent_id);
+ udfIFrame.setAttribute('src', 'index.ci.php/system/UDF?person_id='+person_id+'&prestudent_id='+prestudent_id);
}
}
\ No newline at end of file