diff -r d1d64b373878 -r 90e2064c8ea2 includes/functions.php --- a/includes/functions.php Thu Feb 10 21:52:54 2011 -0500 +++ b/includes/functions.php Thu Mar 31 13:09:56 2011 -0400 @@ -5321,7 +5321,7 @@ function which($executable) { $path = get_system_path(); - if ( empty($paths) ) + if ( empty($path) ) return false; $win32 = ( PHP_OS == 'WINNT' || PHP_OS == 'WIN32' );