From ed1812fd44a837fc886376ed1270f121b2655310 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 25 Jan 2006 05:16:08 +0000 Subject: [PATCH] Change access of paths to a static method --- includes/svncommon.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/svncommon.php b/includes/svncommon.php index a0b415a..c7781ed 100644 --- a/includes/svncommon.php +++ b/includes/svncommon.php @@ -89,7 +89,7 @@ class SVNCommon $message = $viewsvn->entity_encode($message); - $message = preg_replace('#r([0-9]+)#e', '"maincontrol->href_struct("diff.php" . $viewsvn->paths->fetch_rev_str(true, "\1", 0), "/") . "\">r\1"', $message); + $message = preg_replace('#r([0-9]+)#e', '"maincontrol->href_struct("diff.php" . Paths::fetch_rev_str(true, "\1", 0), "/") . "\">r\1"', $message); $list = false; $lines = explode("\n", $message); -- 2.22.5