Development

#5658 (typo in code fragment on http://www.symfony-project.org/tutorial/1_2/my-first-project)

You must first sign up to be able to contribute.

Ticket #5658 (closed documentation: fixed)

Opened 4 years ago

Last modified 4 years ago

typo in code fragment on http://www.symfony-project.org/tutorial/1_2/my-first-project

Reported by: dland Assigned to: fabien
Priority: minor Milestone:
Component: other Version: 1.2.2
Keywords: Cc:
Qualification: Unreviewed

Description

# (Some stuff here)
all:
  .actions:
    login_module:    sfGuardAuth   # To be called when a non-authenticated user
    login_action:    signin     # Tries to access a secure page

    secure_module:   sfGuardAuth   # To be called when a user doesn't have
    secure_action:   secure    # The credentials required for an action

  .settings
    enabled_modules: [default, sfGuardAuth, sfGuardGroup, sfGuardPermission, sfGuardUser]

The line '.settings' lacks a semicolon.

Change History

01/19/09 16:34:09 changed by dland

  • type changed from defect to documentation.

03/27/09 00:07:52 changed by hugo.hamon

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

fixed at r16650.