diff --git a/core/event.class.inc.php b/core/event.class.inc.php index 129a42a7da..5f2333f82f 100644 --- a/core/event.class.inc.php +++ b/core/event.class.inc.php @@ -90,7 +90,7 @@ class Event extends DBObject implements iDisplay public static function GetUIPage() { - return '../pages/UI.php'; + return 'UI.php'; } function DisplayDetails(WebPage $oPage, $bEditMode = false)