Closed (fixed)
Project:
Search Files
Version:
6.x-2.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
25 May 2009 at 17:29 UTC
Updated:
28 Aug 2009 at 18:32 UTC
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
Comment #1
thl commentedsee #556790: Filepath/URI handling in Search Files Attachments
Fixed in CVS past Beta3
Comment #2
thl commented