Commit 0eb9a1e4 authored by Mark Harding's avatar Mark Harding

(fix): remove call to undefined function

parent 8b5fc6b5
No related merge requests found
Pipeline #86132302 waiting for manual action with stages
in 11 minutes and 14 seconds
......@@ -1002,7 +1002,7 @@ abstract class ElggEntity extends ElggData implements
$url = "_graphics/icons/default/$size.png";
}
return elgg_normalize_url($url);
return $url;
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment