fix in debug output
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 17 Jul 2008 16:55:21 +0000 (16:55 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 17 Jul 2008 16:55:21 +0000 (16:55 +0000)
includes/GlobalFunctions.php

index 9e7b1fa..382c101 100644 (file)
@@ -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;
        }