fix include path (DifferenceEngine.php has been moved to 'diff' subdir)
authorDomas Mituzas <midom@users.mediawiki.org>
Sun, 21 Feb 2010 14:28:16 +0000 (14:28 +0000)
committerDomas Mituzas <midom@users.mediawiki.org>
Sun, 21 Feb 2010 14:28:16 +0000 (14:28 +0000)
includes/normal/RandomTest.php

index 018910c..eb13757 100644 (file)
@@ -32,7 +32,7 @@ if( php_sapi_name() != 'cli' ) {
 
 /** */
 require_once( 'UtfNormal.php' );
-require_once( '../DifferenceEngine.php' );
+require_once( '../diff/DifferenceEngine.php' );
 
 dl('php_utfnormal.so' );