On a multilingual site with path prefix set, the images that indicate the status of the job are broken. For example, you get
<img src="/en/sites/all/modules/elysia_cron/images/icon_idle.png" width="16" height="16" align="top" alt="Idle" title="Idle">
I have rolled a patch that fixes this by using file_create_url() to create the path instead of url(). Patch is attached below.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | elysia_cron-multilingual-image-path-2096571-1.patch | 522 bytes | peacog |
Comments
Comment #1
peacog commentedHere's the patch.
Comment #2
cdeces commentedThe patch works for me :)
Thank you.
Comment #3
antongp commentedPatch looks good for me.
Thanks.
Comment #4
joelpittetThis has been around for a while and I marked mine as a duplicate of this.
#2394383: ipath is incorrect for multilingual sites
RTBC++ thanks @Peacog
Comment #5
rob c commentedUpdating prio, this fills up logs.
Comment #6
kala4ekCommitted to latest dev.