Closed (fixed)
Project:
Amazon associate tools
Version:
5.x-1.5
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2007 at 17:25 UTC
Updated:
19 Aug 2007 at 17:32 UTC
line 11 of amazon.module should be changed from:
if (module_exist('views')) {
to
if (module_exists('views')) {
otherwise the module fails to load
Comments
Comment #1
Chad_Dupuis commentednever mind, I had inadvertently used the 4.7 module on 5 during an upgrade.... the 1.5 module for 5.x doesn't contain this line and module_exist will work on 4.x