From 9024e0b2db2ddff8c479143d2677a8108ad12b64 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Tue, 26 Jul 2011 13:24:28 +0000 Subject: [PATCH] Use absolute URLs as much as possible to be independent from the page being executed... SVN:trunk[1366] --- core/event.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/event.class.inc.php b/core/event.class.inc.php index 129a42a7d..5f2333f82 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)