Commit dd34c68
committed
Update file_url() handling of Thunderbird comm paths
In commit df291c6, root_dir was
changed from a relative path to an absolute path, resulting in
file_url() no longer detecting the path correctly as it didn't
start with "comm/". This change allows file_url() to correctly
detect and handle an absolute path that includes "comm/".1 parent 368f45d commit dd34c68
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
257 | | - | |
| 256 | + | |
| 257 | + | |
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
| |||
0 commit comments