Closed (duplicate)
Project:
Ubercart Option Images
Version:
6.x-1.4
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2009 at 13:54 UTC
Updated:
24 Apr 2009 at 14:00 UTC
Hi,
There is an error in the .install file of this module on line #11. It's a typo, obviously. You need to change the ';' to ',' in the end of that line.
'filename' => 'option_image_0_0_0';
need to change as
'filename' => 'option_image_0_0_0',
Comments
Comment #1
pillarsdotnet commentedFixed in CVS; will package a 1.5 version shortly. See http://drupal.org/node/438714#comment-1503518