Merge pull request #514 from muskie9/bugfix/fileSizeMethod#513

BUGFIX incorrect method name
This commit is contained in:
Daniel Hensby 2016-10-13 11:46:04 +01:00 committed by GitHub
commit b68dc98380

View File

@ -54,7 +54,7 @@ class EditableFileField extends EditableFormField
'Root.Main', 'Root.Main',
NumericField::create('MaxFileSizeMB') NumericField::create('MaxFileSizeMB')
->setTitle('Max File Size MB') ->setTitle('Max File Size MB')
->setDescription("Note: Maximum php allowed size is {$this->getPHPMaxFileSize()} MB") ->setDescription("Note: Maximum php allowed size is {$this->getPHPMaxFileSizeMB()} MB")
); );
return $fields; return $fields;