Development

#1758 (sfGuardUser::reloadGroupsAndPermissions() references wrong attribute)

You must first sign up to be able to contribute.

Ticket #1758 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

sfGuardUser::reloadGroupsAndPermissions() references wrong attribute

Reported by: Alexander.Deruwe Assigned to: fabien
Priority: minor Milestone:
Component: sfGuardPlugin Version: 1.0.2
Keywords: Cc:
Qualification:

Description

As reported by centove on the symfony forum:

public function reloadGroupsAndPermissions()
{
  $this->groups            = null;
  $this->permissions       = null;
  $this->group_permissions = null;
}

$this->group_permissions should be $this->groupPermissions.

Change History

06/09/07 09:36:18 changed by fabien

  • status changed from new to closed.
  • resolution set to fixed.

(In [4184]) fixed a typo in sfGuardUser reloadGroupsAndPermissions() method (closes #1758)