In features.api.php it refers to hook_features_export_revert(). That should be hook_features_revert() shouldn't it?
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 1159390_features_wrong_hook_mentioned_5.patch | 2.12 KB | hefox |
| #2 | features_1159390_wrong_hook_mentioned.patch | 1.28 KB | hefox |
Comments
Comment #1
hefox commentedThis seems easy enough to check/do,
Comment #2
hefox commentedTwo other places needed updating
Comment #3
hefox commentedComment #4
hefox commentedComment #5
hefox commentedPatch for 7.x attached
There was also features_export_rebuild that needed to be changed. Both committed to 6.x (2 commits, only found the _rebuild when doing the 7.x patch)
Comment #6
jeffschulerJust ran into this, myself.
Patch in #5 still applies to 7.x-1.x-dev, with offsets.
RTBC.
Comment #7
mpotter commentedCommitted and pushed dfbb0e4.