From db61190881b40852f043e64b70517810ddd3ba66 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Tue, 6 Jul 2010 19:06:44 +0000 Subject: [PATCH] Followup r69007, use $wgDeletedDirectory since it exists now --- includes/installer/Installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index 798533a19b..354daf8b99 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -32,7 +32,7 @@ abstract class Installer { 'wgScriptPath', 'wgScriptExtension', 'wgMetaNamespace', -// 'wgDeletedDirectory', + 'wgDeletedDirectory', 'wgEnableUploads', 'wgLogo', 'wgShellLocale', -- 2.20.1