diff --git a/SourceWebSVN/SourceWebSVN.php b/SourceWebSVN/SourceWebSVN.php index 74a0672..e0abae3 100644 --- a/SourceWebSVN/SourceWebSVN.php +++ b/SourceWebSVN/SourceWebSVN.php @@ -123,7 +123,7 @@ public function url_changeset( $p_repo, $p_changeset ) { $t_rev = $p_changeset->revision; - $t_path = get_websvn_path( $p_repo ); + $t_path = $this->get_websvn_path( $p_repo ); $t_opts = array(); $t_opts['compare[0]'] = $t_path . '@' . ($t_rev - 1); $t_opts['compare[1]'] = $t_path . '@' . $t_rev;