From 864252801a54616f7137273da26f2c5f01fc3670 Mon Sep 17 00:00:00 2001 From: Jeroen De Dauw Date: Tue, 13 Dec 2011 21:16:57 +0000 Subject: [PATCH] fix depracted method usage --- skins/Vector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/Vector.php b/skins/Vector.php index 1779566e99..07cf9644fc 100644 --- a/skins/Vector.php +++ b/skins/Vector.php @@ -98,7 +98,7 @@ class VectorTemplate extends BaseTemplate { } if ( isset( $link['tooltiponly'] ) && $link['tooltiponly'] ) { $nav[$section][$key]['key'] = - Linker::tooltip( $xmlID ); + Linker::titleAttrib( $xmlID ); } else { $nav[$section][$key]['key'] = Xml::expandAttributes( Linker::tooltipAndAccesskeyAttribs( $xmlID ) ); -- 2.20.1