Index: branches/REL1_2/phase3/install.php |
— | — | @@ -76,6 +76,7 @@ |
77 | 77 | copyfile( "./images", "button_nowiki.png", $wgUploadDirectory ); |
78 | 78 | copyfile( "./images", "button_sig.png", $wgUploadDirectory ); |
79 | 79 | copyfile( "./images", "button_template.png", $wgUploadDirectory ); |
| 80 | +copyfile( "./images", "magnify-clip.png", $wgUploadDirectory ); |
80 | 81 | |
81 | 82 | copyfile( "./languages", "Language.php", $IP ); |
82 | 83 | copyfile( "./languages", "LanguageUtf8.php", $IP ); |
Index: branches/REL1_2/phase3/update.php |
— | — | @@ -78,6 +78,7 @@ |
79 | 79 | global $IP, $wgStyleSheetDirectory, $wgUploadDirectory, $wgLanguageCode, $wgDebugLogFile; |
80 | 80 | print "Copying files... "; |
81 | 81 | |
| 82 | + copyfile( ".", "LocalSettings.php", $IP ); |
82 | 83 | copyfile( ".", "index.php", $IP ); |
83 | 84 | copyfile( ".", "redirect.php", $IP ); |
84 | 85 | # compatibility with older versions, can be removed in a year or so |
— | — | @@ -101,8 +102,10 @@ |
102 | 103 | copyfile( "./images", "button_nowiki.png", $wgUploadDirectory ); |
103 | 104 | copyfile( "./images", "button_sig.png", $wgUploadDirectory ); |
104 | 105 | copyfile( "./images", "button_template.png", $wgUploadDirectory ); |
| 106 | + copyfile( "./images", "magnify-clip.png", $wgUploadDirectory ); |
105 | 107 | |
106 | 108 | copyfile( "./languages", "Language.php", $IP ); |
| 109 | + copyfile( "./languages", "LanguageUtf8.php", $IP ); |
107 | 110 | copyfile( "./languages", "Language" . ucfirst( $wgLanguageCode ) . ".php", $IP ); |
108 | 111 | |
109 | 112 | if( !empty( $wgDebugLogFile ) ) { |