From: Alex Monk Date: Thu, 18 Oct 2012 18:37:32 +0000 (+0100) Subject: (bug 41156) Add id to the toolbox page info link X-Git-Tag: 1.31.0-rc.0~21944^2 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=a951db3d11f8326da4fceffd112c19f4d23b65df;p=lhc%2Fweb%2Fwiklou.git (bug 41156) Add id to the toolbox page info link Change-Id: I4295d88f17aa468370af432e0b980e56c4581084 --- diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php index 6233228d37..b8b1654c24 100644 --- a/includes/SkinTemplate.php +++ b/includes/SkinTemplate.php @@ -1444,6 +1444,7 @@ abstract class BaseTemplate extends QuickTemplate { } if ( isset( $this->data['nav_urls']['info'] ) && $this->data['nav_urls']['info'] ) { $toolbox['info'] = $this->data['nav_urls']['info']; + $toolbox['info']['id'] = 't-info'; } wfRunHooks( 'BaseTemplateToolbox', array( &$this, &$toolbox ) );