r74660 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74659‎ | r74660 | r74661 >
Date:14:26, 12 October 2010
Author:ashley
Status:deferred
Tags:
Comment:
Quiz: add Question class to autoloader, too! follow-up to r74658
Modified paths:
  • /trunk/extensions/Quiz/Quiz.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Quiz/Quiz.php
@@ -56,6 +56,7 @@
5757 */
5858 $dir = dirname( __FILE__ ) . '/';
5959 $wgAutoloadClasses['Quiz'] = $dir . 'Quiz.class.php';
 60+$wgAutoloadClasses['Question'] = $dir . 'Quiz.class.php';
6061 $wgExtensionMessagesFiles['QuizExtension'] = $dir . 'Quiz.i18n.php';
6162
6263 $wgHooks['ParserFirstCallInit'][] = 'wfQuizExtension';

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r74658Quiz: move the Quiz class as-is from setup file to its own file, Quiz.class.p...ashley14:10, 12 October 2010

Status & tagging log