Commit 812629f711634ece655d724341fb644cb235163f
1 parent
fd51dd18
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@6238 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
lib/authentication/interceptor.inc.php
| @@ -24,7 +24,7 @@ | @@ -24,7 +24,7 @@ | ||
| 24 | * | 24 | * |
| 25 | */ | 25 | */ |
| 26 | 26 | ||
| 27 | -require_once(KT_LIB_DIR . "/dispatcher.inc.php"); | 27 | +require_once(KT_LIB_DIR . '/dispatcher.inc.php'); |
| 28 | 28 | ||
| 29 | class KTInterceptor extends KTStandardDispatcher { | 29 | class KTInterceptor extends KTStandardDispatcher { |
| 30 | var $sName; | 30 | var $sName; |