From 69099fd99c74825beddaaac149fd864f6d05a8f7 Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Sun, 22 Jan 2012 17:16:31 +0000 Subject: [PATCH] Fix fatal error in class hierarchy --- source/lib/SihnonFramework/Auth/Plugin/LDAP.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }