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.

Comments

artem_sylchuk’s picture

Issue summary: View changes
mustanggb’s picture

Status: Needs review » Fixed

Looks like this has been fixed in the latest release.

Status: Fixed » Closed (fixed)

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