Protected function UploadBase->validateName changed to public
authorrahul21 <rahul14m93@gmail.com>
Fri, 29 Mar 2013 10:38:32 +0000 (16:08 +0530)
committerRahul21 <rahul14m93@gmail.com>
Fri, 5 Apr 2013 21:04:56 +0000 (21:04 +0000)
commitced901634feafad060e41c93116b0902b1319fc4
treedcf2dfc4e397465705accabcacd606e050747dc0
parentff84064cafc5f5c75cd92430429bb65e17cb5ebd
Protected function UploadBase->validateName changed to public

*Any class that is not part of the UploadBase class
(so it can't call protected functions or members on an UploadBase object).
If you, for example,build an extension that uses an UploadBase instance,
there is no way to get the title validation error.

Bug: 38221

Change-Id: Ie6c3f95a09ef84777313c3ec2edd31c50c397e28
includes/upload/UploadBase.php