this correction seems to work

vi /var/www/html/drupal-6.12/sites/all/modules/search_files/modules/search_attachments/

line 112
from
'link' => url( $file->filepath),
to
'link' => url( 'system/' . $file->filepath),

Comments

thl’s picture

Status: Active » Fixed
thl’s picture

Assigned: Unassigned » thl
Status: Fixed » Closed (fixed)