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

0 views
Skip to first unread message

codesite...@google.com

unread,
Sep 26, 2008, 1:25:28 AM9/26/08
to lux...@googlegroups.com
Author: rodrigo.moraes
Date: Thu Sep 25 22:24:29 2008
New Revision: 132

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

Log:
Fix typo: call to "_deteleToken()" instead of _deleteToken().

Modified: trunk/Lux/Auth/Adapter/Psql.php
==============================================================================
--- trunk/Lux/Auth/Adapter/Psql.php (original)
+++ trunk/Lux/Auth/Adapter/Psql.php Thu Sep 25 22:24:29 2008
@@ -367,7 +367,7 @@

if ($cookie) {
// remove token from database
- $this->_deteleToken($cookie['token']);
+ $this->_deleteToken($cookie['token']);

// delete auth cookie
$this->_setCookie('DELETED', time());

Reply all
Reply to author
Forward
0 new messages