From: Domas Mituzas Date: Sun, 21 Feb 2010 14:28:16 +0000 (+0000) Subject: fix include path (DifferenceEngine.php has been moved to 'diff' subdir) X-Git-Tag: 1.31.0-rc.0~37675 X-Git-Url: http://git.cyclocoop.org/%27.parametre_url%28%20%20%20generer_action_auteur%28%27charger_plugin%27%2C%20%27update_flux%27%29%2C%27update_flux%27%2C%20%27oui%27%29.%27?a=commitdiff_plain;h=13f64719b7646527c0ea86fa831d42db0e37495e;p=lhc%2Fweb%2Fwiklou.git fix include path (DifferenceEngine.php has been moved to 'diff' subdir) --- 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' );