Development

#3764 ([PATCH] sfFillInForm regression in strict standards mode)

You must first sign up to be able to contribute.

Ticket #3764 (closed defect: fixed)

Opened 7 months ago

Last modified 7 months ago

[PATCH] sfFillInForm regression in strict standards mode

Reported by: FunkyM Assigned to: FabianLange
Priority: major Milestone: 1.0.17
Component: form Version: 1.0.16
Keywords: fillin Cc:
Qualification: Unreviewed

Description

Due to latest changes in 1.0.17-pre on the form fillin feature, a warning occurs in strict standards mode:

Strict Standards: Only variables should be assigned by reference in lib/vendor/symfony/lib/util/sfFillInForm.class.php on line 238

A patch is attached to fix this.

Attachments

sfFillInForm-regression.patch (0.5 kB) - added by FunkyM on 06/17/08 15:53:53.
Fix sfFillInForm regression causing warnings in strict standards mode

Change History

06/17/08 15:53:53 changed by FunkyM

  • attachment sfFillInForm-regression.patch added.

Fix sfFillInForm regression causing warnings in strict standards mode

06/17/08 16:26:20 changed by FabianLange

i really thought that i did commit this. Thank you, ill have to check why i missed that

06/17/08 16:28:30 changed by FabianLange

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

(In [9614]) fixed typo of r9589. fixes #3764