From 014786bd2aa98682b53b364b86e7b3aece486260 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 19 Dec 2005 06:08:48 +0000 Subject: [PATCH] Attached enscript to the wrong location --- includes/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/init.php b/includes/init.php index a9afd6b..d889884 100644 --- a/includes/init.php +++ b/includes/init.php @@ -78,8 +78,8 @@ $viewsvn->repos =& new Repository($repository, $iscontainer); // path manager require_once('./includes/paths.php'); $viewsvn->path = $webpath; -$viewsvn->enscript = $enscript; $viewsvn->paths =& new Paths($pathtype); +$viewsvn->paths->enscript = $enscript; // ################################################################### // initialize SVN -- 2.22.5