When I load the module I get the following error:

notice: Undefined variable: section in /path/to/drupal/sites/all/modules/block_save_edit/block_save_edit.module on line 14.

That's because you are passing the $path variable to the function, not $section. Patch attached.

CommentFileSizeAuthor
block_save_edit.patch670 bytesemmajane

Comments

emmajane’s picture

Status: Active » Needs review

(Patch attached, updating the status)

nicolas bouteille’s picture

Issue summary: View changes
Status: Needs review » Reviewed & tested by the community

Thanks

criznach’s picture

Status: Reviewed & tested by the community » Closed (fixed)

Should be fixed in the latest dev. Thanks.