r112473 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r112472
|
r112473
|
r112474
>
Date:
06:29, 27 February 2012
Author:
santhosh
Status:
ok
Tags:
i18nreview
Comment:
Entry in _autoload.php. Follow up
r111629
Modified paths:
/trunk/extensions/Translate/_autoload.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/Translate/_autoload.php
—
—
@@ -122,8 +122,8 @@
123
123
124
124
$wgAutoloadClasses['MessageHandle'] = $dir . 'utils/MessageHandle.php';
125
125
$wgAutoloadClasses['TTMServer'] = $dir . 'utils/TTMServer.php';
126
+$wgAutoloadClasses['TranslateMetadata'] = $dir . 'utils/TranslateMetadata.php';
126
127
127
-
128
128
/**@}*/
129
129
130
130
/**
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r112470
Backend logic and storage of language restriction Data (i18n #614)...
santhosh
05:08, 27 February 2012
Status & tagging log
15:03, 28 February 2012
Nikerabbit
(
talk
|
contribs
)
changed the
status
of r112473
[
removed:
new
added:
ok]
06:30, 27 February 2012
Santhosh.thottingal
(
talk
|
contribs
)
changed the
tags
for r112473
[
added:
i18nreview]