Inside _pathologic_filter the $filter object is modified. When a module uses an input format with pathologic enabled in hook_init (for example eu cookie compliance did this in an old version) then the filter object is modified. Features will export the modified filter object and this object contains environment specific data that is different on each environment (e.g. base_url).

But as far as I can see always the variable in $settings (that is static cached) is used and never the modified data in $filter.

Next comment contains a patch.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Johnny vd Laar’s picture

Version: 7.x-2.x-dev » 7.x-3.x-dev
FileSize
2.52 KB
3.03 KB

Garrett Albright’s picture

Status: Active » Fixed

You're right; I probably shouldn't be goofing around with stuff passed by reference like that. Committed to both branches. Thanks.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.