aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/wikis
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/wikis')
-rw-r--r--deployment/wikis/templates/wiki_settings2
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'
)
);