Development

#2766 ([PATCH] actually return something from sfAudit::getObjectChanges())

You must first sign up to be able to contribute.

Ticket #2766 (new defect)

Opened 8 months ago

[PATCH] actually return something from sfAudit::getObjectChanges()

Reported by: Nathan.Vonnahme Assigned to: fabien
Priority: major Milestone:
Component: plugins Version: 1.0.10
Keywords: Cc:
Qualification: Unreviewed

Description

The patch adds this line in the appropriate place:

return $ret;

Attachments

sfAudit.php.diff (460 bytes) - added by Nathan.Vonnahme on 01/07/08 23:37:27.
sfAudit.php.2.diff (467 bytes) - added by Nathan.Vonnahme on 01/07/08 23:39:33.

Change History

01/07/08 23:37:27 changed by Nathan.Vonnahme

  • attachment sfAudit.php.diff added.

01/07/08 23:39:33 changed by Nathan.Vonnahme

  • attachment sfAudit.php.2.diff added.