From: Ævar Arnfjörð Bjarmason Date: Sat, 6 Aug 2005 22:35:34 +0000 (+0000) Subject: * Fixed a fatal XML parsing error intoduced by kateturner in version 1.128 X-Git-Tag: 1.6.0~2052 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=2d5009655febce8f3cfa596d1f42b71667d16df2;p=lhc%2Fweb%2Fwiklou.git * Fixed a fatal XML parsing error intoduced by kateturner in version 1.128 --- diff --git a/includes/SpecialPreferences.php b/includes/SpecialPreferences.php index 91e59ff3e7..1b597b7462 100644 --- a/includes/SpecialPreferences.php +++ b/includes/SpecialPreferences.php @@ -770,6 +770,7 @@ class PreferencesForm { + "); foreach ( $togs as $tname ) { if( !array_key_exists( $tname, $this->mUsedToggles ) ) {