Development

#2562 (sfGuardPlugin: config\config.php has invalid check for configuration variabe)

You must first sign up to be able to contribute.

Ticket #2562 (closed defect: invalid)

Opened 9 months ago

Last modified 9 months ago

sfGuardPlugin: config\config.php has invalid check for configuration variabe

Reported by: basta Assigned to: fabien
Priority: minor Milestone:
Component: sfGuardPlugin Version: 1.0.8
Keywords: Cc:
Qualification: Unreviewed

Description

config\config.php has invalid check for configuration variabe:

sfConfig::get('app_sfGuardPlugin_routes_register', true)

It must be lowecase: sfConfig::get('app_sfguardplugin_routes_register', true)

-- I dont know how to make patch, so I attach corrected config.php file

Attachments

config.php (0.6 kB) - added by basta on 11/21/07 12:23:51.

Change History

11/21/07 12:23:51 changed by basta

  • attachment config.php added.

11/21/07 12:25:13 changed by basta

  • summary changed from config\config.php has invalid check for configuration variabe to sfGuardPlugin: config\config.php has invalid check for configuration variabe.

12/07/07 10:08:38 changed by fabien

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

The problem is that in the app.yml, you must put sfGuardPlugin with upper cases (see the README).

12/07/07 10:27:28 changed by fabien

ok, I renamed the configuration key to be coherent with others.

in r 6353