Closed (works as designed)
Project:
Ubercart
Version:
7.x-3.4
Component:
Products
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jan 2012 at 05:47 UTC
Updated:
3 Apr 2013 at 14:32 UTC
Jump to comment: Most recent file
Comments
Comment #2
PatchRanger commentedI've created the patch, that is in Git-format.
Please review.
Comment #3
PatchRanger commentedComment #4
longwaveHow did you get this error in the first place?
Comment #5
PatchRanger commentedIt was just a notice, not an error.
Trying to reproduce I have just found that the problem was in another module.
It was sending strange parameter to function uc_product_is_product, that makes notice to appear at every page where any product is.
Sorry for worry.
Comment #6
longwaveThis probably should be fixed better in #753964: use is_numeric, not is_int in uc_product_is_product().
Comment #7
camilohollanda commentedFixed manually finding this line and modifyng