Development

#4073 (sfErrorLoggerPlugin plugin: activated_modules -> enabled_modules)

You must first sign up to be able to contribute.

Ticket #4073 (closed documentation: fixed)

Opened 5 years ago

Last modified 4 years ago

sfErrorLoggerPlugin plugin: activated_modules -> enabled_modules

Reported by: consist Assigned to: fabien
Priority: minor Milestone:
Component: plugins Version: 1.0.17
Keywords: Cc:
Qualification: Unreviewed

Description

this

  all:
        .settings:
          activated_modules:      [..., sfErrorLogViewer]

should be

  all:
        .settings:
          enabled_modules:      [..., sfErrorLogViewer]

Attachments

README.patch (1.0 kB) - added by Garfield-fr on 07/09/09 14:43:38.
For all versions

Change History

07/09/09 14:43:38 changed by Garfield-fr

  • attachment README.patch added.

For all versions

07/24/09 11:40:16 changed by FabianLange

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

(In [20459]) [sfErrorLoggerPlugin] fixed readme (closes #4073)