Commit 5b09065d4f0f023256ad7c3a2c1a2c8de7b79162

Authored by conradverm
1 parent 07ed85a6

KTS-1687

"Double quote to single quote conversion"
Fixed.
Reviewed by: Kevin Fourie

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6231 c91229c3-7414-0410-bfa2-8a42b809f60b
lib/authentication/authenticationproviderregistry.inc.php
@@ -58,7 +58,7 @@ class KTAuthenticationProviderRegistry { @@ -58,7 +58,7 @@ class KTAuthenticationProviderRegistry {
58 } 58 }
59 // }}} 59 // }}}
60 60
61 - function registerAuthenticationProvider($name, $class, $nsname, $path = "", $sPlugin = null) { 61 + function registerAuthenticationProvider($name, $class, $nsname, $path = '', $sPlugin = null) {
62 $this->_aAuthenticationProvidersInfo[$nsname] = array($name, $class, $nsname, $path, $sPlugin); 62 $this->_aAuthenticationProvidersInfo[$nsname] = array($name, $class, $nsname, $path, $sPlugin);
63 } 63 }
64 64