I am getting this notice on features recreate page and also i am getting db log

Notice: Undefined index: title in user_permission_features_export_options() (line 57 of H:\wamp\www\xyz\profiles\pqr\modules\features\includes\features.user.inc).

Can some on help me pleas

Comments

alfaguru’s picture

Issue summary: View changes

Just in case anyone else is experiencing this issue and looking for a solution, the underlying cause is an incorrect implementation of hook_permission() in some module, in which a permission is defined without a title. It's not a Features issue.