Upon installation the imce module adds a message. In imce.install:

drupal_set_message(st('!module has been installed.', array('!module' => l(st('IMCE'), 'admin/config/media/imce'))));

This also happens when installing the module from installation profiles when you define imce as a dependency in the .info file of the installation profile. The message appears then on the site configuration step of the wizard, where it seems a bit misplaced as you didn't finish installation yet.

As Drupal 7 allows to specify the path to configure a module in the .info file, which results in a link in the modules list, I think the message is actually superfluous and should be removed.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Cyberwolf’s picture

Status: Active » Needs review
FileSize
550 bytes

Patch attached.

pounard’s picture

Indeed, this should be removed.

ufku’s picture

Status: Needs review » Fixed

Committed. Thanks.

Status: Fixed » Closed (fixed)

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

Anonymous’s picture

Issue summary: View changes

correcting wrong closing tag