Changeset 3083 for trunk/modules/auth

Show
Ignore:
Timestamp:
07/11/2008 03:29:21 PM (5 months ago)
Author:
Shadowhand
Message:

Fixing #685, thanks lhoBas.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/auth/models/user_token.php

    r3081 r3083  
    7979 
    8080                        // Make sure the token does not already exist 
    81                         if ($this->db->select('id')->where('token', $token)->get($this->table)->count() === 0) 
     81                        if ($this->db->select('id')->where('token', $token)->get($this->table_name)->count() === 0) 
    8282                        { 
    8383                                // A unique token has been found