Posted by Crell on July 6, 2010 at 10:38pm
5 followers
| Project: | Flag |
| Version: | 6.x-2.0-beta3 |
| Component: | Flag core |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
#1
Got this as well, would this fix the issue?
#2
#3
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.
#4
Automatically closed -- issue fixed for 2 weeks with no activity.
#5
Came across this bug today.
Applied patch everything seems ok.