Development

#3914 (typo in forms book, chapter 2, listing 2-5)

You must first sign up to be able to contribute.

Ticket #3914 (closed documentation: fixed)

Opened 2 months ago

Last modified 2 months ago

typo in forms book, chapter 2, listing 2-5

Reported by: blerou Assigned to: fabien
Priority: minor Milestone:
Component: other Version: 1.1.0 DEV
Keywords: Cc:
Qualification: Unreviewed

Description

The line 274 is:

'subject' => new sfValidatorChoice(array('choices' => array_keys($subjects))),

and it should be:

'subject' => new sfValidatorChoice(array('choices' => array_keys(self::$subjects))),

Change History

07/07/08 18:49:16 changed by fabien

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

(In [10170]) doc: fixed typo (closes #3914)

07/07/08 18:55:05 changed by fabien

(In [10173]) doc: fixed typo (closes #3914)