From 812629f711634ece655d724341fb644cb235163f Mon Sep 17 00:00:00 2001 From: conradverm Date: Tue, 13 Feb 2007 12:58:56 +0000 Subject: [PATCH] KTS-1687 "Double quote to single quote conversion" Fixed. Reviewed by: Kevin Fourie --- lib/authentication/interceptor.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/authentication/interceptor.inc.php b/lib/authentication/interceptor.inc.php index 59be03f..5c1dc8e 100644 --- a/lib/authentication/interceptor.inc.php +++ b/lib/authentication/interceptor.inc.php @@ -24,7 +24,7 @@ * */ -require_once(KT_LIB_DIR . "/dispatcher.inc.php"); +require_once(KT_LIB_DIR . '/dispatcher.inc.php'); class KTInterceptor extends KTStandardDispatcher { var $sName; -- libgit2 0.21.4