From: hickert Date: Tue, 8 Apr 2008 09:53:44 +0000 (+0000) Subject: Fixed typo "ldapMultipelxer" class_plugin.inc X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=10f8e6248a6ced2de05321564a58c8b4d010fd02;p=gosa.git Fixed typo "ldapMultipelxer" class_plugin.inc git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10275 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_plugin.inc b/gosa-core/include/class_plugin.inc index 580be7939..50f666f81 100644 --- a/gosa-core/include/class_plugin.inc +++ b/gosa-core/include/class_plugin.inc @@ -1076,7 +1076,7 @@ class plugin $password = $tmp['SNAPSHOT_PASSWORD']; $snapldapbase = $tmp['SNAPSHOT_BASE']; - $ldap_to = new ldapMultipelxer(new LDAP($user,$password, $server)); + $ldap_to = new ldapMultiplexer(new LDAP($user,$password, $server)); $ldap_to -> cd($snapldapbase); if (!$ldap_to->success()){