diff options
Diffstat (limited to 'engine/lib/entities.php')
| -rw-r--r-- | engine/lib/entities.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/entities.php b/engine/lib/entities.php index 58afd178c..1fe657808 100644 --- a/engine/lib/entities.php +++ b/engine/lib/entities.php @@ -2215,7 +2215,7 @@ function default_entity_icon_hook($hook, $entity_type, $returnvalue, $params) {  		}  		if (@file_exists($CONFIG->path . $url)) { -			return $CONFIG->url . $url; +			return elgg_get_site_url().$url;  		}  	}  }  | 
