From 2737c3f77f735a88d5e33ca762c2c7ef99d6f982 Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Wed, 4 Jan 2012 14:28:19 +0000 Subject: [PATCH] Re-fix typo --- source/lib/SihnonFramework/Auth/Plugin/FlatFile.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lib/SihnonFramework/Auth/Plugin/FlatFile.class.php b/source/lib/SihnonFramework/Auth/Plugin/FlatFile.class.php index 0502fc8..de8f856 100644 --- a/source/lib/SihnonFramework/Auth/Plugin/FlatFile.class.php +++ b/source/lib/SihnonFramework/Auth/Plugin/FlatFile.class.php @@ -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) {