MINOR Removed $allowedExtensions property from SimpleImageField which is deprecated

This commit is contained in:
Sean Harvey 2011-03-17 13:30:33 +13:00
parent e0e1f81186
commit ebe94ae601

View File

@ -64,10 +64,6 @@
*/
class SimpleImageField extends FileField {
/**
* @deprecated 2.5
*/
public $allowedExtensions = array('jpg','gif','png');
function __construct($name, $title = null, $value = null, $form = null, $rightTitle = null, $folderName = null) {
parent::__construct($name, $title, $value, $form, $rightTitle, $folderName);