Hi,

Thanks for creating the module. It does what it's supposed to do. However, it's adding the "t" param in-between the path and the file name when adding images to the CKEditor using IMCE, resulting in broken images. Also, images in IMCE didn't load either.

The issue being that the strpos() function is checking loosely if the value is "0", and if "styles/" is not in the path "false" is returned, which both evaluates to "true". I've fixed this by adding a strict type comparison instead.

Comments

enzipher created an issue. See original summary.

enzipher’s picture

Status: Active » Needs review
heathdutton’s picture

Would you mind becoming a maintainer enzipher?

enzipher’s picture

Assigned: Unassigned » enzipher

No problem. I noticed you already added me, so thanks!

Will take care of this issue (unless you're on it).

enzipher’s picture

Status: Needs review » Fixed

Notice that this issue was already fixed in the dev branch, so I'll just go ahead and make a new release.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.