From: Adam Miller Date: Tue, 31 Aug 2010 22:41:22 +0000 (+0000) Subject: follow up to r72055 - fixing the discussion tab X-Git-Tag: 1.31.0-rc.0~35253 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=18f63745a4e69acfd693e81bf9bd58025a3f19ea;p=lhc%2Fweb%2Fwiklou.git follow up to r72055 - fixing the discussion tab --- 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';