mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
GetIcon now returns an absolute URL...
SVN:trunk[1808]
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user