diff --git a/source/lib/SihnonFramework/Auth/Plugin/LDAP.class.php b/source/lib/SihnonFramework/Auth/Plugin/LDAP.class.php index edab9da..f9d53fd 100644 --- a/source/lib/SihnonFramework/Auth/Plugin/LDAP.class.php +++ b/source/lib/SihnonFramework/Auth/Plugin/LDAP.class.php @@ -46,7 +46,7 @@ class SihnonFramework_Auth_Plugin_LDAP * IPlugin methods */ - public static function create(Sihnon_Config $config) { + public static function create(SihnonFramework_Config $config) { return new self($config); }