amazontools 4.7.x-1.3

Prometheus6 - March 29, 2007 - 16:08
Official release from CVS tag: DRUPAL-4-7--1-3
First released: March 29, 2007 - 16:08
Download: amazontools-4.7.x-1.3.tar.gz
Size: 28.63 KB
md5_file hash: 82492116d94bfb6aef13c5fe9e592f3e
Last updated: March 29, 2007 - 16:10
View usage statistics for this release

The fix is to change every line that looks like this
$module_dir = drupal_get_path('module', 'amazon');

to this
$module_dir = base_path() . drupal_get_path('module', 'amazon');

 
 

Drupal is a registered trademark of Dries Buytaert.