From 18f63745a4e69acfd693e81bf9bd58025a3f19ea Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Tue, 31 Aug 2010 22:41:22 +0000 Subject: [PATCH] follow up to r72055 - fixing the discussion tab --- skins/Vector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/Vector.php b/skins/Vector.php index 4662fd9fe6..db95d6fdaa 100644 --- a/skins/Vector.php +++ b/skins/Vector.php @@ -110,7 +110,7 @@ class SkinVector extends SkinTemplate { ); $links['namespaces'][$subjectId]['context'] = 'subject'; $links['namespaces'][$talkId] = $this->tabAction( - $talkPage, 'nstab-talk', $isTalk, '', true + $talkPage, 'talk', $isTalk, '', true ); $links['namespaces'][$talkId]['context'] = 'talk'; -- 2.20.1