specials/forms: Remove unused UploadForm::$mMaxFileSize
Added with wrong name in9fb510f31d(r83218) The correct named mMaxUploadSize was added in29e672787c(r109554) Change-Id: Ib0402017e602ad3e79b7ffbb5b02bcedae1fab6b
This commit is contained in:
parent
64475f3edf
commit
ba8b42bf83
1 changed files with 0 additions and 2 deletions
|
|
@ -50,8 +50,6 @@ class UploadForm extends HTMLForm {
|
|||
|
||||
protected $mSourceIds;
|
||||
|
||||
protected $mMaxFileSize = [];
|
||||
|
||||
/** @var array */
|
||||
protected $mMaxUploadSize = [];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue