X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FLdapCommon%2FLdapCommon.php;h=ef31313b8fc796d8c8245b87cf40c1d4883b7674;hb=de55d8f83bb2ecf9461510768fe7147aec592055;hp=afc61abf7222633c7a5078c0b8555da256b5738f;hpb=b6cfcfbcaa0459b39c5d581c103bfa031b2e02cd;p=quix0rs-gnu-social.git diff --git a/plugins/LdapCommon/LdapCommon.php b/plugins/LdapCommon/LdapCommon.php index afc61abf72..ef31313b8f 100644 --- a/plugins/LdapCommon/LdapCommon.php +++ b/plugins/LdapCommon/LdapCommon.php @@ -75,6 +75,7 @@ class LdapCommon function onAutoload($cls) { + // we've added an extra include-path in the beginning of this file switch ($cls) { case 'MemcacheSchemaCache': @@ -93,6 +94,8 @@ class LdapCommon require_once 'Net/LDAP2/Entry.php'; return false; } + + return parent::onAutoload($cls); } function get_ldap_config(){