From 77368cd216f3384834676bb06686140f70ac326a Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sun, 29 May 2005 06:25:48 +0000 Subject: [PATCH] missed a change --- includes/DefaultSettings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 61c8650b61..508747d5b6 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1424,6 +1424,8 @@ $wgSortSpecialPages = true; * from the .../skins/ directory */ $wgSkipSkin = ''; +$wgSkipSkins = array(); # More of the same + /** * Array of disabled article actions, e.g. view, edit, dublincore, delete, etc. */ -- 2.20.1