From d9224f43f2e4c8f2dc71baa5b6aced0dce6dd01c Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Tue, 23 Jun 2020 11:39:03 +0200 Subject: [PATCH] AttributeImage : remove useless override The previous code was removed in d5b0bb02, and until then the method was just calling the parent doing nothing more --- core/attributedef.class.inc.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/core/attributedef.class.inc.php b/core/attributedef.class.inc.php index 90e6b4caa..7ab6646a8 100644 --- a/core/attributedef.class.inc.php +++ b/core/attributedef.class.inc.php @@ -7945,18 +7945,6 @@ class AttributeImage extends AttributeBlob return "Image"; } - /** - * {@inheritDoc} - * @see AttributeBlob::MakeRealValue() - */ - public function MakeRealValue($proposedValue, $oHostObj) - { - $oDoc = parent::MakeRealValue($proposedValue, $oHostObj); - - // The validation of the MIME Type is done by CheckFormat below - return $oDoc; - } - /** * Check that the supplied ormDocument actually contains an image * {@inheritDoc}