diff options
author | Samuel Verschelde <stormi@mageia.org> | 2017-09-02 17:37:38 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-09-02 23:36:31 +0200 |
commit | b23c788d16c241ac4a396b374c33f1c720b97f94 (patch) | |
tree | 16c25bfe8958ca679055a3d95bc14e56a8aeeec2 /deployment/wikis/templates | |
parent | f8ae1d1480976cfd64f28bea1d6e314d43a54ece (diff) | |
download | puppet-b23c788d16c241ac4a396b374c33f1c720b97f94.tar puppet-b23c788d16c241ac4a396b374c33f1c720b97f94.tar.gz puppet-b23c788d16c241ac4a396b374c33f1c720b97f94.tar.bz2 puppet-b23c788d16c241ac4a396b374c33f1c720b97f94.tar.xz puppet-b23c788d16c241ac4a396b374c33f1c720b97f94.zip |
Fix setting for TitleBlacklist, using syntax for recent mediawiki
Diffstat (limited to 'deployment/wikis/templates')
-rw-r--r-- | deployment/wikis/templates/wiki_settings | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/wikis/templates/wiki_settings b/deployment/wikis/templates/wiki_settings index a66cc110..59ae48bc 100644 --- a/deployment/wikis/templates/wiki_settings +++ b/deployment/wikis/templates/wiki_settings @@ -38,7 +38,7 @@ wfLoadExtension('SpamBlacklist'); wfLoadExtension('TitleBlacklist'); $wgTitleBlacklistSources = array( array( - 'type' => TBLSRC_LOCALPAGE, + 'type' => 'localpage', 'src' => 'MediaWiki:Titleblacklist' ) ); |