Closed (fixed)
Project:
Ubercart
Version:
6.x-2.0-rc1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Apr 2009 at 23:32 UTC
Updated:
12 May 2009 at 16:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
Island Usurper commentedDid you just create a product kit before cron ran? Was there anything strange going on with it at all? Would cron be editing your product kits for some reason?
Comment #2
Island Usurper commentedActually, that looks like a big enough problem to be fixed. Usually, node_update functions get the form values from the node edit form, but they could also get the actual node object when node_save() is called by some other code. Unfortunately, these aren't always the same things.
This patch ought to fix it, which in turn should keep those errors from showing up during cron, whatever was causing it. It might also help with people trying to import product kits.
Comment #3
rszrama commentedApplied cleanly... no errors on cron run or normal product kit update. Not really up to installing a whole new site just to test it, though. So, works for me? Sufficient to be committed? Back at ya...
Comment #4
Island Usurper commentedYeah, worked for me too. Committed, so I hope it actually fixes the cron error.