[pLog-svn] r3243 - plugins/trunk

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed Apr 12 20:04:16 GMT 2006


Author: oscar
Date: 2006-04-12 20:04:16 +0000 (Wed, 12 Apr 2006)
New Revision: 3243

Modified:
   plugins/trunk/moblog.php
Log:
replaced the call to getUserInfo with authenticateUser


Modified: plugins/trunk/moblog.php
===================================================================
--- plugins/trunk/moblog.php	2006-04-12 19:49:12 UTC (rev 3242)
+++ plugins/trunk/moblog.php	2006-04-12 20:04:16 UTC (rev 3243)
@@ -72,7 +72,7 @@
     // first, try to authenticate the user
     //
     $users = new Users();
-    $userInfo = $users->getUserInfo( $request->getUser(), $request->getPassword());
+    $userInfo = $users->authenticateUser( $request->getUser(), $request->getPassword());
     if( !$userInfo ) {
         $response = new MoblogResponse( $request->getReplyTo(),
                                   "pLog Moblog: Error",



More information about the pLog-svn mailing list