r62770 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r62769
|
r62770
|
r62771
>
Date:
14:28, 21 February 2010
Author:
midom
Status:
ok
Tags:
Comment:
fix include path (DifferenceEngine.php has been moved to 'diff' subdir)
Modified paths:
/trunk/phase3/includes/normal/RandomTest.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/normal/RandomTest.php
—
—
@@ -32,7 +32,7 @@
33
33
34
34
/** */
35
35
require_once( 'UtfNormal.php' );
36
-require_once( '../DifferenceEngine.php' );
36
+require_once( '../diff/DifferenceEngine.php' );
37
37
38
38
dl('php_utfnormal.so' );
39
39
Status & tagging log
10:44, 22 February 2010
Tim Starling
(
talk
|
contribs
)
changed the
status
of r62770
[
removed:
new
added:
ok]