diff --git a/core/dbobject.class.php b/core/dbobject.class.php index 8c8ed83a4..10c7037d1 100644 --- a/core/dbobject.class.php +++ b/core/dbobject.class.php @@ -1126,7 +1126,7 @@ abstract class DBObject $aScalarArgs[$sArgName.'->object()'] = $this; $aScalarArgs[$sArgName.'->hyperlink()'] = $this->GetHyperlink(); // #@# Prototype for a user portal - to be dehardcoded later - $sToPortal = utils::GetAbsoluteUrlRoot().'/portal/index.php?operation=details&id='.$this->GetKey(); + $sToPortal = utils::GetAbsoluteUrlPath().'../portal/index.php?operation=details&id='.$this->GetKey(); $aScalarArgs[$sArgName.'->hyperlink(portal)'] = ''.$this->GetName().''; $aScalarArgs[$sArgName.'->name()'] = $this->GetName();