Index: trunk/phase3/includes/Linker.php |
— | — | @@ -1669,7 +1669,6 @@ |
1670 | 1670 | */ |
1671 | 1671 | public function accesskey( $name ) { |
1672 | 1672 | if ( isset( $this->accesskeycache[$name] ) ) { |
1673 | | - wfProfileOut( __METHOD__ ); |
1674 | 1673 | return $this->accesskeycache[$name]; |
1675 | 1674 | } |
1676 | 1675 | wfProfileIn( __METHOD__ ); |