From db6a0dc55f8113ebe536f5dc4a7a187ae8719170 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Tue, 8 Nov 2011 13:24:45 +0000 Subject: [PATCH] correct typo in r102393 --- includes/specials/SpecialEditWatchlist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.20.1