From e2dd7196a591e7f523a4b6f60bd1d8a8cdf2744f Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Mon, 13 Jan 2003 08:51:56 +0000 Subject: [PATCH] fixed path to Authenticator --- lib/authentication/DBAuthenticator.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/authentication/DBAuthenticator.inc b/lib/authentication/DBAuthenticator.inc index 58d87c2..59550bb 100644 --- a/lib/authentication/DBAuthenticator.inc +++ b/lib/authentication/DBAuthenticator.inc @@ -1,6 +1,6 @@ owl_fs_root/lib/Authenticator.inc"); +require_once("$default->owl_fs_root/lib/authentication/Authenticator.inc"); /** * $Id$ -- libgit2 0.21.4