Changeset 3153 for trunk/modules

Show
Ignore:
Timestamp:
07/18/2008 07:58:32 PM (5 months ago)
Author:
Shadowhand
Message:

Fixed the relationships of Auth_Role_Model, thanks TJB.

Files:
1 modified

Legend:

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

    r3092 r3153  
    33class Auth_Role_Model extends ORM { 
    44 
    5         protected $belongs_to_many = array('users'); 
     5        protected $has_and_belongs_to_many = array('users'); 
    66 
    77        /**