The file_url:
'file_url' => url($file['filepath']),
Seems to get the absolute file reference: http://d6.drupal.org/var/www/d6.drupal.org/htdocs/scripts/files/issues/pass_2.patch
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 456980-file-url.patch | 1.23 KB | boombatower |
Comments
Comment #1
boombatower commentedInterestingly the following generates a proper link on d6.d.o right now.
Comment #2
alex_b commentedUse file_create_url() (if in files directory) or $GLOBALS['base_url'] instead of url(). Using url() on a file will break when clean URL's is not enabled.
Comment #3
boombatower commentedComment #4
boombatower commentedCommitted.
Comment #6
boombatower commentedSeems to still occur.
Comment #7
boombatower commentedNevermind issue on PIFR display side. YES!