mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-13 09:49:31 +02:00
Make Linker class instantiable.
This commit is contained in:
@ -133,6 +133,9 @@ class Config {
|
||||
*/
|
||||
public $parseHeadings;
|
||||
|
||||
public $enableConsoleOutput;
|
||||
public $enableDebugConsoleOutput;
|
||||
|
||||
/**
|
||||
* Constructs a new Config object.
|
||||
*
|
||||
@ -166,6 +169,8 @@ class Config {
|
||||
$this->wordEndOnly = $wgLinkTitlesWordEndOnly;
|
||||
$this->skipTemplates = $wgLinkTitlesSkipTemplates;
|
||||
$this->parseHeadings = $wgLinkTitlesParseHeadings;
|
||||
$this->enableConsoleOutput = false;
|
||||
$this->enableDebugConsoleOutput = false;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user