Closed (fixed)
Project:
Form Block
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Aug 2011 at 00:11 UTC
Updated:
24 Mar 2013 at 17:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
siwenro commentedI came across this just recently as well. A small edit to the module file appears to fix it.
On line 131 of formblock.module:
Note that using PASS_THROUGH in drupal_set_title() is discouraged, but since the module is just restoring the existing title that was retrieved a few lines up via drupal_get_title(), I don't believe there should be a problem. Disclaimer: I haven't tested this extensively and I'm a Drupal noob.
Comment #2
siwenro commentedSorry. Got sidetracked. Here's the corresponding patch. Please review.
Comment #3
gbowman commentedSeems to be working for me, that was a relatively easy fix! :)
Comment #4
mikey_p commentedCommitted to 7.x-1.x.