X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-extensions.php;h=54c37e4dd3205436d3a00a0c2a94fb75bb0f56e1;hp=494b122cc5354bb4d9283bc14d058b65f1730f5e;hb=ba973321465edf4c1239d3b499b6de1e4be1f10c;hpb=a954ccdf4aba81ec0e75a1836aa4bc14cb245aba diff --git a/inc/modules/admin/what-extensions.php b/inc/modules/admin/what-extensions.php index 494b122cc5..54c37e4dd3 100644 --- a/inc/modules/admin/what-extensions.php +++ b/inc/modules/admin/what-extensions.php @@ -306,6 +306,19 @@ case "register": // Register new extension // Extension was found and successfully registered LOAD_TEMPLATE("admin_settings_saved", false, getMessage('ADMIN_EXTENSION_REGISTERED')); + // Show next link + if (EXT_IS_ACTIVE("task")) { + LOAD_TEMPLATE("admin_next_link", false, array( + 'url' => "modules.php?module=admin&what=list_task", + 'title' => getMessage('ADMIN_EXT_REGISTER_NEXT_LINK') + )); + } else { + LOAD_TEMPLATE("admin_next_link", false, array( + 'url' => "modules.php?module=admin", + 'title' => getMessage('ADMIN_EXT_REGISTER_NEXT_LINK') + )); + } + // Do we need to update cache file? if ((EXT_IS_ACTIVE("cache")) && ($cacheMode != "no")) { // Remove cache file (will be auto-created again!)