From 25a5ccca51b45e5e5e3becc63a253af23818be59 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 22 Jan 2006 20:26:56 +0000 Subject: [PATCH] Can't deglobalize $viewsvn in fetch_rev_num --- includes/paths.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/paths.php b/includes/paths.php index a4c45c3..6c9ef0c 100644 --- a/includes/paths.php +++ b/includes/paths.php @@ -175,6 +175,8 @@ class Paths */ function fetch_rev_num($highlow = false, $high = null, $low = null) { + global $viewsvn; + if ($highlow) { if (isset($viewsvn->in['high']) AND is_null($high)) -- 2.22.5