Development

#8991 (PATCH: sfApplicationConfiguration::getDecoratorDirs() should be able to return more than one dir)

You must first sign up to be able to contribute.

Ticket #8991 (new defect)

Opened 3 years ago

PATCH: sfApplicationConfiguration::getDecoratorDirs() should be able to return more than one dir

Reported by: _GeG_ Assigned to: fabien
Priority: minor Milestone:
Component: configuration Version: 1.4.6
Keywords: Cc:
Qualification: Unreviewed

Description

The issue is the same as #5736, I would like to add a decorator dir from a plugin. The idea is that the plugin could add another decorator dir by changing "sf_app_template_dir" to an array (which, judging from the code in sfApplicationConfiguration, is expected behaviour), and voilĂ ! The patch passes all tests, and obviously doesn't change standard behaviour.

Attachments

sfApplicationConfiguration.patch (475 bytes) - added by _GeG_ on 08/17/10 21:42:38.

Change History

08/17/10 21:42:38 changed by _GeG_

  • attachment sfApplicationConfiguration.patch added.