From 335b860fb5041af7b031b303a0e1335788554464 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Thu, 17 Jul 2008 16:55:21 +0000 Subject: [PATCH] fix in debug output --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.20.1