Changeset 3085 for trunk/modules/auth

Show
Ignore:
Timestamp:
07/11/2008 04:32:15 PM (5 months ago)
Author:
Shadowhand
Message:

Fixing a missed called to where_key in Role_Model. Thanks alexsancho!

Files:
1 modified

Legend:

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

    r3081 r3085  
    1515                } 
    1616 
    17                 return parent::where_key($id); 
     17                return parent::unique_key($id); 
    1818        } 
    1919