From: Lee Daniel Crocker Date: Tue, 29 Apr 2003 17:04:28 +0000 (+0000) Subject: Fix stylesheet install bug. X-Git-Tag: 1.1.0~575 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=1d62bc05bf488d216d195cf358cc53b6f9d16ad7;p=lhc%2Fweb%2Fwiklou.git Fix stylesheet install bug. --- diff --git a/install.php b/install.php index d79578b017..bb364dd6e3 100644 --- a/install.php +++ b/install.php @@ -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 );