Index: trunk/extensions/UsabilityInitiative/WikiEditor/WikiEditor.hooks.php |
— | — | @@ -473,7 +473,7 @@ |
474 | 474 | return true; |
475 | 475 | } |
476 | 476 | |
477 | | - function addModulesForThread( $thread, $levelNum, $totalInLevel, $options ) { |
| 477 | + public static function addModulesForThread( $thread, $levelNum, $totalInLevel, $options ) { |
478 | 478 | static $firstRun = true; |
479 | 479 | |
480 | 480 | if( $firstRun ) { |