From 538859584ee91bd7051bbd8545e6d9701fc6251a Mon Sep 17 00:00:00 2001 From: Conrad Vermeulen Date: Tue, 13 Feb 2007 12:29:43 +0000 Subject: [PATCH] KTS-1687 "Double quote to single quote conversion" Fixed. Reviewed by: Kevin Fourie --- lib/authentication/authenticationproviderregistry.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/authentication/authenticationproviderregistry.inc.php b/lib/authentication/authenticationproviderregistry.inc.php index ea01ad2..82b569b 100644 --- a/lib/authentication/authenticationproviderregistry.inc.php +++ b/lib/authentication/authenticationproviderregistry.inc.php @@ -58,7 +58,7 @@ class KTAuthenticationProviderRegistry { } // }}} - function registerAuthenticationProvider($name, $class, $nsname, $path = "", $sPlugin = null) { + function registerAuthenticationProvider($name, $class, $nsname, $path = '', $sPlugin = null) { $this->_aAuthenticationProvidersInfo[$nsname] = array($name, $class, $nsname, $path, $sPlugin); } -- libgit2 0.21.4