slashcomments.module

43c43
< 'load_image_path' => $GLOBALS['base_url'] . '/' . drupal_get_path('module', 'slashcomments') . '/images/loading.gif')), 'setting');
---
> 'load_image_path' => $GLOBALS['base_url'] . '/' . drupal_get_path('module', 'slashcomments') . 'images/loading.gif')), 'setting');

the module was looking for loading.gif at .../modules/slashcommentsimages/loading.gif which was wrong path.

Comments

Mirthis’s picture

Thanks, I've done a check on the current version and I think it's already been fixed for 6.x-1.1