SVN:trunk[1305]
This commit is contained in:
Romain Quetiez
2011-06-28 14:28:01 +00:00
parent c4b7497770
commit a573d3cfa0
2 changed files with 2 additions and 66 deletions

View File

@@ -97,7 +97,7 @@ function GetRelatedObjectsAsXml(DBObject $oObj, $sRelationName, &$oLinks, &$oXml
function BuildIconPath($sIconPath)
{
$sFullURL = utils::GetAbsoluteUrlAppRoot(false, false);
$sFullURL = utils::GetAbsoluteUrlAppRoot();
return $sFullURL.'pages/'.$sIconPath;
}