follow up to r72055 - fixing the discussion tab
authorAdam Miller <adam@users.mediawiki.org>
Tue, 31 Aug 2010 22:41:22 +0000 (22:41 +0000)
committerAdam Miller <adam@users.mediawiki.org>
Tue, 31 Aug 2010 22:41:22 +0000 (22:41 +0000)
skins/Vector.php

index 4662fd9..db95d6f 100644 (file)
@@ -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';