diff --git a/core/attributedef.class.inc.php b/core/attributedef.class.inc.php index 93ffacaaa..4e89259cb 100644 --- a/core/attributedef.class.inc.php +++ b/core/attributedef.class.inc.php @@ -7334,7 +7334,7 @@ class AttributeImage extends AttributeBlob return '
'.$sRet.'
'; } - private function GetHtmlForImageUrl($sUrl, $iMaxWidthPx, $iMaxHeightPx) { + protected function GetHtmlForImageUrl($sUrl, $iMaxWidthPx, $iMaxHeightPx) { return ''; } @@ -7344,7 +7344,7 @@ class AttributeImage extends AttributeBlob * * @return null|string */ - private function GetAttributeImageFileUrl($value, $oHostObject) { + protected function GetAttributeImageFileUrl($value, $oHostObject) { if (!is_object($value)) { return null; }