From: Antoine Musso Date: Tue, 8 Nov 2011 13:24:45 +0000 (+0000) Subject: correct typo in r102393 X-Git-Tag: 1.31.0-rc.0~26644 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=db6a0dc55f8113ebe536f5dc4a7a187ae8719170;p=lhc%2Fweb%2Fwiklou.git correct typo in r102393 --- diff --git a/includes/specials/SpecialEditWatchlist.php b/includes/specials/SpecialEditWatchlist.php index 0408d8233d..bf69607aab 100644 --- a/includes/specials/SpecialEditWatchlist.php +++ b/includes/specials/SpecialEditWatchlist.php @@ -411,7 +411,7 @@ class SpecialEditWatchlist extends UnlistedSpecialPage { $tocLength = 0; foreach( $fields as $key => $data ) { - # strip out the 'ns-' prefix from the section name: + # strip out the 'ns' prefix from the section name: $ns = substr( $data['section'], 2 ); $nsText = ($ns == NS_MAIN)