Fixed certain cases where license construction would be incorrect.
authorBryan Tong Minh <btongminh@users.mediawiki.org>
Sat, 19 Dec 2009 21:23:04 +0000 (21:23 +0000)
committerBryan Tong Minh <btongminh@users.mediawiki.org>
Sat, 19 Dec 2009 21:23:04 +0000 (21:23 +0000)
commit2c1b2d668fb6769fd0e2a3bd13bcae076a6adfe6
treec7e81e9a3f1de53c4d988c099c5bf60459cd0e9f
parentc8c6b757e554dc12439686865db061d04ff62b56
Fixed certain cases where license construction would be incorrect.

Code style fixes per CR r57868. Renamed functions:
* watchCheck -> getWatchCheck
* recoverableUploadError -> showRecoverableUploadError
* uploadWarning -> showUploadWarning
* uploadError -> showUploadError
includes/Licenses.php
includes/specials/SpecialUpload.php
includes/upload/UploadBase.php