From: Aaron Schulz Date: Tue, 4 Nov 2008 01:18:59 +0000 (+0000) Subject: Revert r42890, this is not static X-Git-Tag: 1.31.0-rc.0~44435 X-Git-Url: http://git.cyclocoop.org/%22.htmlspecialchars%28%24url_syndic%29.%22?a=commitdiff_plain;h=24a0d4f2a485f43e5a844a6e267ee3670a429fd1;p=lhc%2Fweb%2Fwiklou.git Revert r42890, this is not static --- diff --git a/includes/Linker.php b/includes/Linker.php index 452bf0670a..c15e32843d 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -1756,7 +1756,7 @@ class Linker { } if ( $options == 'withaccess' ) { - $accesskey = self::accesskey( $name ); + $accesskey = $this->accesskey( $name ); if( $accesskey !== false ) { if ( $tooltip === false || $tooltip === '' ) { $tooltip = "[$accesskey]";