installer: Fix class name in example override
Change-Id: I9092eb14befff800ea62f38de14dd5695ce486e3
This commit is contained in:
parent
fc1759bfe6
commit
d7861aff03
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ Example override:
|
|||
|
||||
$overrides['LocalSettingsGenerator'] = 'MyLocalSettingsGenerator';
|
||||
|
||||
class MyLocalSettingsGenerator extends LocalSettingsGenerator {
|
||||
class MyLocalSettingsGenerator extends MediaWiki\Installer\LocalSettingsGenerator {
|
||||
function getText() {
|
||||
// Modify an existing setting
|
||||
$this->values['wgDefaultSkin'] = 'vector';
|
||||
|
|
|
|||
Loading…
Reference in a new issue