Re-fix typo

This commit is contained in:
2012-01-04 14:28:19 +00:00
parent 901f23598c
commit 2737c3f77f

View File

@@ -47,7 +47,7 @@ class SihnonFramework_Auth_Plugin_FlatFile
*/
public function addUser($username, $password) {
return Sihnon_Auth_Plugin_Config_User::add($username, $password);
return Sihnon_Auth_Plugin_FlatFile_User::add($username, $password);
}
public function removeUser(Sihnon_Auth_IUser $user) {