Fix usage of MediaWikiServices in comments and documentation
authorFomafix <fomafix@googlemail.com>
Sun, 3 Mar 2019 13:40:58 +0000 (14:40 +0100)
committerD3r1ck01 <alangiderick@gmail.com>
Sun, 3 Mar 2019 14:09:33 +0000 (14:09 +0000)
commit4b4699479957417909238f343436dc26a76eed9f
tree5d32d12ad7ba25369861fcc463e1c76ba6a4a65d
parentcdbf91c89fa9038dc63179fa93548d26c4186048
Fix usage of MediaWikiServices in comments and documentation

MediaWikiServices::getFoo()

is wrong. Right is:

MediaWikiServices::getInstance()->getFoo()

Change-Id: Ib6d844ddfe5bd6ccd72b887a63d9ad476c8d196f
HISTORY
docs/injection.txt
includes/ConfiguredReadOnlyMode.php
includes/DefaultSettings.php
includes/GlobalFunctions.php
includes/ReadOnlyMode.php
includes/Setup.php
includes/config/ConfigFactory.php
includes/dao/DBAccessBase.php
includes/objectcache/ObjectCache.php
includes/password/PasswordFactory.php