Use absolute URLs as much as possible to be independent from the page being executed...

SVN:trunk[1366]
This commit is contained in:
Denis Flaven
2011-07-26 13:24:28 +00:00
parent ecca1aa070
commit 9024e0b2db

View File

@@ -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)