r107205 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107204‎ | r107205 | r107206 >
Date:15:46, 24 December 2011
Author:reedy
Status:ok
Tags:
Comment:
Add ScoreException to autoloader
Modified paths:
  • /trunk/extensions/Score/Score.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Score/Score.php
@@ -79,6 +79,7 @@
8080 $wgHooks['ParserFirstCallInit'][] = 'efScoreExtension';
8181 $wgExtensionMessagesFiles['Score'] = dirname( __FILE__ ) . '/Score.i18n.php';
8282 $wgAutoloadClasses['Score'] = dirname( __FILE__ ) . '/Score.body.php';
 83+$wgAutoloadClasses['ScoreException'] = dirname( __FILE__ ) . '/Score.body.php';
8384
8485 /**
8586 * Init routine.

Status & tagging log