From 13f64719b7646527c0ea86fa831d42db0e37495e Mon Sep 17 00:00:00 2001 From: Domas Mituzas Date: Sun, 21 Feb 2010 14:28:16 +0000 Subject: [PATCH] fix include path (DifferenceEngine.php has been moved to 'diff' subdir) --- includes/normal/RandomTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/normal/RandomTest.php b/includes/normal/RandomTest.php index 018910cd45..eb1375744e 100644 --- a/includes/normal/RandomTest.php +++ b/includes/normal/RandomTest.php @@ -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' ); -- 2.20.1