On a fresh install of the jail module, my loader image was not diplaying.

I looked further into jail.module and saw that the url to the image that was being used in theme_jail_formatter was this:
/sites/all/modules/jail/white.gif

I have changed the place holder path to web accesible url using file_create_url resulting in the function looking like this:
http://example.com.au/mysite/sites/all/modules/jail/white.gif

Patch follows.

CommentFileSizeAuthor
#1 jail-loader_image-1449684.patch713 bytescharlietoleary
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

charlietoleary’s picture

Status: Active » Needs review
FileSize
713 bytes

Please Note that this patch requires patch #1 from issue #1395934: Conform to coding standards. to be applied first

catch’s picture

Status: Needs review » Reviewed & tested by the community

Looks right to me.

catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed/pushed to 7.x-1.x, thanks!

Status: Fixed » Closed (fixed)

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