Closed (fixed)
Project:
Webform Pager
Version:
7.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Mar 2013 at 08:44 UTC
Updated:
20 Mar 2013 at 12:12 UTC
Jump to comment: Most recent file
Comments
Comment #1
fuerst commentedThe attached patch fixes that. I additionally changed the following in
webform_pager_form_alter():node_load()although it probably would use a cached node object.node_type_get_type()because the node type is available in$node->typeComment #2
strakkie commentedGood find fuerst. Thnx for your patch and the reviewing of the module.
I have applied your patch (and fixed a bug with the primary key in the db table) and created a new release (7.x-1.5). Available for download right now.
Thnx again.
Comment #3
fuerst commentedThat's fast - thanks a lot!