diff --git a/SourceSVN/SourceSVN.php b/SourceSVN/SourceSVN.php index 5f1dd78..7ad0d70 100644 --- a/SourceSVN/SourceSVN.php +++ b/SourceSVN/SourceSVN.php @@ -238,7 +238,7 @@ } private function check_svn() { - $svn = $this->svn_call(); + $svn = self::svn_binary(); if ( is_blank( shell_exec( "$svn help" ) ) ) { trigger_error( ERROR_GENERIC, ERROR );