Development

#2152 ([sfGuardPlugin] PATCH: Connection should be used when saving model.)

You must first sign up to be able to contribute.

Ticket #2152 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

[sfGuardPlugin] PATCH: Connection should be used when saving model.

Reported by: tohenk Assigned to: fabien
Priority: minor Milestone:
Component: sfGuardPlugin Version: 1.0.0
Keywords: Cc:
Qualification:

Description

On sfGuardUserGroup and sfGuardUserPermission model, after call to parent::save($con), there is a call to getsfGuardUser() but without $con passed to this call.

If we call sfGuardUserGroup->save() without connection, it's okay, but fall if we pass a connection.

Attachments

sfGuardPlugin.diff (0.8 kB) - added by tohenk on 08/30/07 13:51:57.

Change History

08/30/07 13:51:57 changed by tohenk

  • attachment sfGuardPlugin.diff added.

08/30/07 16:01:12 changed by fabien

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

in r2152