-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
Latest Symphony + jit_image_manipulation 2.02
External images not working:
path: http://localhost:8080/www.site.ext/image/1/640/480/1/www.externaldomain/pictures/2787AL.jpg
Debugging i see that in class lib/jit.image.php $parameters['external'] should be $parameters['settings']['external']
public function fetchImagePath(array &$parameters)
{
// Fetch external images
if ($parameters['external'] === true) {