Fix checkStorage.php

Fixes checkStorage.php --fix

* importRevision() is required to be public for WikiImporter::setRevisionCallback()
* $revision must not be passed by reference
* $importer is unused, so removed

Change-Id: I53ef3825308af3b6e632cb88b9a3eb2f40ab5239
1 file changed
tree: ad2c9692a9b88ad409e91b1efdeb50232aa0c4a1
  1. .editorconfig
  2. .eslintignore
  3. .eslintrc.json
  4. .fresnel.yml
  5. .gitattributes
  6. .gitignore
  7. .gitmodules
  8. .gitreview
  9. .mailmap
  10. .phan/
  11. .phpcs.xml
  12. .pipeline/
  13. .stylelintrc.json
  14. .travis.yml
  15. CODE_OF_CONDUCT.md
  16. COPYING
  17. CREDITS
  18. DEVELOPERS.md
  19. FAQ
  20. Gruntfile.js
  21. HISTORY
  22. INSTALL
  23. README.md
  24. RELEASE-NOTES-1.35
  25. SECURITY
  26. UPGRADE
  27. api.php
  28. autoload.php
  29. cache/
  30. composer.json
  31. composer.local.json-sample
  32. docker-compose.yml
  33. docs/
  34. extensions/
  35. images/
  36. img_auth.php
  37. includes/
  38. index.php
  39. jsduck.json
  40. languages/
  41. load.php
  42. maintenance/
  43. mw-config/
  44. opensearch_desc.php
  45. package-lock.json
  46. package.json
  47. phpunit.xml.dist
  48. resources/
  49. rest.php
  50. skins/
  51. tests/
  52. thumb.php
  53. thumb_handler.php
README.md

MediaWiki

MediaWiki is a free and open-source wiki software package written in PHP. It serves as the platform for Wikipedia and the other Wikimedia projects, used by hundreds of millions of people each month. MediaWiki is localised in over 350 languages and its reliability and robust feature set have earned it a large and vibrant community of third-party users and developers.

MediaWiki is:

  • feature-rich and extensible, both on-wiki and with hundreds of extensions;
  • scalable and suitable for both small and large sites;
  • simple to install, working on most hardware/software combinations; and
  • available in your language.

For system requirements, installation, and upgrade details, see the files RELEASE-NOTES, INSTALL, and UPGRADE.

MediaWiki is the result of global collaboration and cooperation. The CREDITS file lists technical contributors to the project. The COPYING file explains MediaWiki's copyright and license (GNU General Public License, version 2 or later). Many thanks to the Wikimedia community for testing and suggestions.