Fix stylesheet install bug.
authorLee Daniel Crocker <lcrocker@users.mediawiki.org>
Tue, 29 Apr 2003 17:04:28 +0000 (17:04 +0000)
committerLee Daniel Crocker <lcrocker@users.mediawiki.org>
Tue, 29 Apr 2003 17:04:28 +0000 (17:04 +0000)
install.php

index d79578b..bb364dd 100644 (file)
@@ -53,7 +53,7 @@ copyfile( ".", "redirect.phtml", $IP );
 copyfile( ".", "texvc.phtml", $IP );
 
 copydirectory( "./includes", $IP );
-copydirectory( "./stylesheets", $wgStyleSheetsDirectory );
+copydirectory( "./stylesheets", $wgStyleSheetDirectory );
 
 copyfile( "./images", "wiki.png", $wgUploadDirectory );
 copyfile( "./languages", "Language.php", $IP );