I tried to install the UC Option Image module with drush but it rose an error when I was enabling the module.
The error was:
Error: syntax error, unexpected ';', expecting ')' in [...]/sites/all/modules/uc_option_image/uc_option_image.install, line 11
It seems that an semicolon was typed in place of a comma so I've already made a patch for this issue so you just need to review it and commit it.
| Comment | File | Size | Author |
|---|---|---|---|
| uc-option-image--syntax-error.patch | 620 bytes | revagomes |
Comments
Comment #1
vin247 commentedtried the patch, didn't work for me, but replacing the semi colon with a comma on line 11 does the trick, thanks!
Comment #2
revagomes commentedIt seems that this issue is already fixed so I'm moving status to fixed.