When I set the image_import directory at path 'admin/settings/image/image_import', the resulting message at the top of the page looks like this:

* Your settings are configured correctly, you can import images here.
* The configuration options have been saved.
* Your settings are configured correctly, you can import images here.

The first and third messages are the same. I think somewhere drupal_set_message() was called twice with the same message. Perhaps call drupal_set_message() with the third param = FALSE to avoid having the exact same message repeated. This look a little nicer to end user.

Comments

sun’s picture

Status: Active » Needs review
StatusFileSize
new3.21 KB

Please test attached patch.

sun’s picture

Status: Needs review » Fixed
StatusFileSize
new6.13 KB

Committed attached patch.

Status: Fixed » Closed (fixed)

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