Closed (fixed)
Project:
Forward
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
27 Jun 2011 at 18:03 UTC
Updated:
29 Mar 2013 at 17:30 UTC
The only way to successfully override theme_forward_page is to change line 494 in forward.module from:
return drupal_get_form('forward_form', $form_state['values']['path'], $node->title)
to:
return theme('forward_page', drupal_get_form('forward_form', $form_state['values']['path'], $node->title), $node);
Is this a bug?
Comments
Comment #1
john.oltman commentedThis is fixed in 7.x-2.x and the fix will be ported to 6.x within the next week.
Comment #2
john.oltman commented