mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
AttributeImage : remove useless override
The previous code was removed in d5b0bb02, and until then the method was just calling the parent doing nothing more
This commit is contained in:
@@ -7945,18 +7945,6 @@ class AttributeImage extends AttributeBlob
|
|||||||
return "Image";
|
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
|
* Check that the supplied ormDocument actually contains an image
|
||||||
* {@inheritDoc}
|
* {@inheritDoc}
|
||||||
|
|||||||
Reference in New Issue
Block a user