[lux commit] r135 - trunk/Lux/Auth/Adapter

0 views
Skip to first unread message

codesite...@google.com

unread,
Sep 26, 2008, 2:01:33 AM9/26/08
to lux...@googlegroups.com
Author: rodrigo.moraes
Date: Thu Sep 25 23:01:18 2008
New Revision: 135

Modified:
trunk/Lux/Auth/Adapter/Psql.php

Log:
Fix: in _processLogin(), the key from $info is 'handle', and not the handle
column name.

Modified: trunk/Lux/Auth/Adapter/Psql.php
==============================================================================
--- trunk/Lux/Auth/Adapter/Psql.php (original)
+++ trunk/Lux/Auth/Adapter/Psql.php Thu Sep 25 23:01:18 2008
@@ -174,7 +174,7 @@
);

if ($persist) {
- $handle = $info[$this->_config['handle_col']];
+ $handle = $info['handle'];
$this->_newCookie($handle);
}
}

Reply all
Reply to author
Forward
0 new messages