r86909 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86908‎ | r86909 | r86910 >
Date:22:02, 25 April 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
fixed method access
Modified paths:
  • /trunk/extensions/Ratings/Ratings.class.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Ratings/Ratings.class.php
@@ -176,7 +176,7 @@
177177 return $tags;
178178 }
179179
180 - protected static function loadJs( Parser $parser ) {
 180+ public static function loadJs( Parser $parser ) {
181181 static $loadedJs = false;
182182
183183 if ( $loadedJs ) {

Status & tagging log