Ticket #2152: sfGuardPlugin.diff
| File sfGuardPlugin.diff, 0.8 kB (added by tohenk, 1 year ago) |
|---|
-
lib/model/sfGuardUserGroup.php
old new 21 21 { 22 22 parent::save($con); 23 23 24 $this->getsfGuardUser( )->reloadGroupsAndPermissions();24 $this->getsfGuardUser($con)->reloadGroupsAndPermissions(); 25 25 } 26 26 } -
lib/model/sfGuardUserPermission.php
old new 21 21 { 22 22 parent::save($con); 23 23 24 $this->getsfGuardUser( )->reloadGroupsAndPermissions();24 $this->getsfGuardUser($con)->reloadGroupsAndPermissions(); 25 25 } 26 26 }