Commit 758ea8e5acbf296693f4bce16115aaa26b5ac84e

Authored by Conrad Vermeulen
1 parent 37628edd

KTS-2358

"php5 migration"
Updated. Removed & from &new. 

Committed By: Conrad Vermeulen
Reviewed By: Kevin Fourie

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7168 c91229c3-7414-0410-bfa2-8a42b809f60b
lib/authentication/authenticationutil.inc.php
... ... @@ -6,7 +6,7 @@
6 6 * License Version 1.1.2 ("License"); You may not use this file except in
7 7 * compliance with the License. You may obtain a copy of the License at
8 8 * http://www.knowledgetree.com/KPL
9   - *
  9 + *
10 10 * Software distributed under the License is distributed on an "AS IS"
11 11 * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.
12 12 * See the License for the specific language governing rights and
... ... @@ -17,9 +17,9 @@
17 17 * (ii) the KnowledgeTree copyright notice
18 18 * in the same form as they appear in the distribution. See the License for
19 19 * requirements.
20   - *
  20 + *
21 21 * The Original Code is: KnowledgeTree Open Source
22   - *
  22 + *
23 23 * The Initial Developer of the Original Code is The Jam Warehouse Software
24 24 * (Pty) Ltd, trading as KnowledgeTree.
25 25 * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright
... ... @@ -63,7 +63,7 @@ class KTAuthenticationUtil {
63 63 $oRegistry =& KTAuthenticationProviderRegistry::getSingleton();
64 64 $oProvider =& $oRegistry->getAuthenticationProvider($sProvider);
65 65 } else {
66   - $oProvider =& new KTBuiltinAuthenticationProvider;
  66 + $oProvider = new KTBuiltinAuthenticationProvider;
67 67 }
68 68 return $oProvider;
69 69 }
... ...