Active
Project:
Slashcomments
Version:
6.x-1.0
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Nov 2011 at 13:04 UTC
Updated:
27 Nov 2011 at 19:36 UTC
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
Comment #1
Mirthis commentedThanks, I've done a check on the current version and I think it's already been fixed for 6.x-1.1