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 @@
57
57
*/
58
58
$dir = dirname( __FILE__ ) . '/';
59
59
$wgAutoloadClasses['Quiz'] = $dir . 'Quiz.class.php';
60
+$wgAutoloadClasses['Question'] = $dir . 'Quiz.class.php';
60
61
$wgExtensionMessagesFiles['QuizExtension'] = $dir . 'Quiz.i18n.php';
61
62
62
63
$wgHooks['ParserFirstCallInit'][] = 'wfQuizExtension';
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r74658
Quiz: move the Quiz class as-is from setup file to its own file, Quiz.class.p...
ashley
14:10, 12 October 2010
Status & tagging log
19:46, 23 October 2010
Reedy
(
talk
|
contribs
)
changed the
status
of r74660
[
removed:
new
added:
deferred]