From: Alexandre Emsenhuber Date: Thu, 17 Jul 2008 16:55:21 +0000 (+0000) Subject: fix in debug output X-Git-Tag: 1.31.0-rc.0~46467 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22auteur_infos%22%2C%20%22id_auteur=%24id%22%29%20.%20%22?a=commitdiff_plain;h=335b860fb5041af7b031b303a0e1335788554464;p=lhc%2Fweb%2Fwiklou.git fix in debug output --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 9e7b1fa01e..382c101d00 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -1192,7 +1192,7 @@ function wfDiff( $before, $after, $params = '-u' ) { # This check may also protect against code injection in # case of broken installations. if(! file_exists( $wgDiff ) ){ - wfDebug( "diff3 not found\n" ); + wfDebug( "diff executable not found\n" ); return false; }