Closed (fixed)
Project:
Features
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jul 2014 at 09:26 UTC
Updated:
8 Apr 2016 at 20:04 UTC
Jump to comment: Most recent
Accoring to the hook_menu documentation:
"load arguments": An array of arguments to be passed to each of the wildcard object loaders in the path, after the path argument itself.
Now feature_load function receives 3 arguments instead 2: 'feature_name', 'feature_name', TRUE; It does not affect any major functionality or performance, because second argument is always non-empty string and converts to the boolean TRUE, but I think that should be fixed anyway.
Here is the patch.
| Comment | File | Size | Author |
|---|---|---|---|
| features-load_arguments_fix-D7.patch | 2.12 KB | artem_sylchuk |
Comments
Comment #1
artem_sylchukComment #2
mustanggb commentedLooks like this has been fixed in the latest release.