Closed (fixed)
Project:
Serial Field
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
17 Feb 2011 at 17:22 UTC
Updated:
14 Nov 2011 at 03:30 UTC
I'm getting the following:
Undefined property: stdClass::$old_type in C:\wamp\www\sites\all\modules\serial\serial.module on line 124.
Changing line 124 to:
if(isset($info->old_type) && $info->old_type != $info->type) {
fixed it for me. sorry I don't have a proper patch i need to run out for a bit...
Comments
Comment #1
kirsh commentedYes, it seems as a correct fix. Thanks.
Comment #2
matiskay commentedIt works for me too.
Comment #3
colanThis is still in the code for D7. Will fix there first, and then backport.
Comment #4
colanComment #5
colanCommitted to 6.x-1.x & 7.x-1.x. Please test both dev branches.
Comment #6
colanAs I haven't heard any complaints, I'll assume that this is fixed.