diff --git a/SourceSVN/SourceSVN.php b/SourceSVN/SourceSVN.php index 3714e7f..e60372a 100644 --- a/SourceSVN/SourceSVN.php +++ b/SourceSVN/SourceSVN.php @@ -259,7 +259,7 @@ } private function svn_check() { - $svn = self::svn_binary(); + $svn = self::svn_call(); if ( is_blank( shell_exec( "$svn help" ) ) ) { trigger_error( ERROR_GENERIC, ERROR );