From 901f23598caf4884e7e957fce8b19db3ccab3ca5 Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Wed, 4 Jan 2012 13:46:05 +0000 Subject: [PATCH] Fix typos --- source/lib/SihnonFramework/Auth/Plugin/FlatFile.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/lib/SihnonFramework/Auth/Plugin/FlatFile.class.php b/source/lib/SihnonFramework/Auth/Plugin/FlatFile.class.php index 7480d9e..0502fc8 100644 --- a/source/lib/SihnonFramework/Auth/Plugin/FlatFile.class.php +++ b/source/lib/SihnonFramework/Auth/Plugin/FlatFile.class.php @@ -3,8 +3,8 @@ class SihnonFramework_Auth_Plugin_FlatFile extends Sihnon_PluginBase implements Sihnon_Auth_IPlugin, - Sihnon_Auth_IUpdateable, - Sihnon_Auth_IPermissionable { + Sihnon_Auth_IUpdateable, + Sihnon_Auth_IPermissionable { protected $config; @@ -47,7 +47,7 @@ class SihnonFramework_Auth_Plugin_FlatFile */ public function addUser($username, $password) { - return Sihnon_Auth_Plugin_Database_User::add($username, $password); + return Sihnon_Auth_Plugin_Config_User::add($username, $password); } public function removeUser(Sihnon_Auth_IUser $user) {