When viewing a Feature with a flag in it, this error appears:

warning: Missing argument 3 for rules_categories_features_export_render() in /shared/vash/sandboxes/garfield/balboa/site/www/sites/all/modules/rules/rules/rules.export.inc on line 96.

This is caused by a small change in the latest release of Features module that no longer uses the 3rd parameter. Rules was bitten by this as well: #814416: Missing argument 3 for rules_categories_features_export_render() in rules/rules/rules.export.inc on line 96..

Hopefully a simple fix. :-)

Comments

univate’s picture

StatusFileSize
new874 bytes

Got this as well, would this fix the issue?

univate’s picture

Status: Active » Needs review
quicksketch’s picture

Status: Needs review » Fixed
StatusFileSize
new1.41 KB

Thanks univate, seemed to fix the problem for me without any adverse side-effects. I also fixed the title of "Flag" when exporting individual flags into a feature.

Status: Fixed » Closed (fixed)

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

mikebell_’s picture

Came across this bug today.

Applied patch everything seems ok.