Index: trunk/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: trunk/phase3/update.php |
— | — | @@ -101,6 +101,7 @@ |
102 | 102 | copyfile( "./images", "button_nowiki.png", $wgUploadDirectory ); |
103 | 103 | copyfile( "./images", "button_sig.png", $wgUploadDirectory ); |
104 | 104 | copyfile( "./images", "button_template.png", $wgUploadDirectory ); |
| 105 | + copyfile( "./images", "magnify-clip.png", $wgUploadDirectory ); |
105 | 106 | |
106 | 107 | copyfile( "./languages", "Language.php", $IP ); |
107 | 108 | copyfile( "./languages", "Language" . ucfirst( $wgLanguageCode ) . ".php", $IP ); |