Development

Changeset 4184

You must first sign up to be able to contribute.

Changeset 4184

Show
Ignore:
Timestamp:
06/09/07 09:36:17 (1 year ago)
Author:
fabien
Message:

fixed a typo in sfGuardUser reloadGroupsAndPermissions() method (closes #1758)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfGuardPlugin/README

    r4183 r4184  
    317317== Changelog == 
    318318 
     319=== 1.1.9 === 
     320 
     321 * fabien: fixed a typo in sfGuardUser reloadGroupsAndPermissions() method (closes #1758) 
     322 * fabien: fixed "Remember Me" filter documentation (closes #1705) 
     323 
    319324=== 1.1.8 === 
    320325 
  • plugins/sfGuardPlugin/lib/model/sfGuardUser.php

    r3996 r4184  
    253253    $this->groups            = null; 
    254254    $this->permissions       = null; 
    255     $this->group_permissions = null; 
     255    $this->groupPermissions = null; 
    256256  } 
    257257