From: Chad Horohoe Date: Tue, 6 Jul 2010 19:06:44 +0000 (+0000) Subject: Followup r69007, use $wgDeletedDirectory since it exists now X-Git-Tag: 1.31.0-rc.0~36239 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=db61190881b40852f043e64b70517810ddd3ba66;p=lhc%2Fweb%2Fwiklou.git Followup r69007, use $wgDeletedDirectory since it exists now --- 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',