The links doesn't change to new one on the Update manager - Installation was completed successfully screen.

CommentFileSizeAuthor
update-manager.png8.64 KBata843
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Raphael Apard’s picture

Status: Active » Closed (won't fix)
  /**
   * Returns a list of post install actions.
   */
  public function postInstallTasks() {
    return array(
      l(t('Install another module'), 'admin/modules/install'),
      l(t('Enable newly added modules'), 'admin/modules'),
      l(t('Administration pages'), 'admin'),
    );
  } 

This function use l() function but hook_outbound_alter() and hook_inbound_alter() don't seem to be called.