Index: trunk/extensions/LocalisationUpdate/LocalisationUpdate.class.php |
— | — | @@ -63,7 +63,7 @@ |
64 | 64 | $wgLocalisationUpdateDirectory = $options['outdir']; |
65 | 65 | } |
66 | 66 | |
67 | | - if ( isset( $options['svnurl['] ) ) { |
| 67 | + if ( isset( $options['svnurl'] ) ) { |
68 | 68 | // FIXME: Ewwwww. Refactor so this can be done properly |
69 | 69 | $wgLocalisationUpdateSVNURL = $options['svnurl']; |
70 | 70 | } |