GetIcon now returns an absolute URL...

SVN:trunk[1808]
This commit is contained in:
Denis Flaven
2012-01-24 17:38:41 +00:00
parent 3c46ac9011
commit f0b3ec77da

View File

@@ -106,8 +106,7 @@ function GetRelatedObjectsAsXml(DBObject $oObj, $sRelationName, &$oLinks, &$oXml
function BuildIconPath($sIconPath)
{
$sFullURL = utils::GetAbsoluteUrlAppRoot();
return $sFullURL.'pages/'.$sIconPath;
return $sIconPath;
}
require_once(APPROOT.'/application/startup.inc.php');