Commit 0c239634128fcd88d7d19a0ee3e8fb0702885698
1 parent
f035a369
No need to call register method on plugin - will happen automatically
later. git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4380 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
0 additions
and
2 deletions
plugins/ktstandard/KTLDAPAuthenticationPlugin.php
| ... | ... | @@ -12,5 +12,3 @@ $oPluginRegistry->registerPlugin('KTLDAPAuthenticationPlugin', 'ktstandard.ldapa |
| 12 | 12 | $oPlugin =& $oPluginRegistry->getPlugin('ktstandard.ldapauthentication.plugin'); |
| 13 | 13 | |
| 14 | 14 | $oPlugin->registerAuthenticationProvider('LDAP Authentication', 'KTLDAPAuthenticationProvider', 'ktstandard.authentication.ldapprovider', 'ldap/ldapauthenticationprovider.inc.php'); |
| 15 | - | |
| 16 | -$oPlugin->register(); | ... | ... |