X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Foverview-inc.php;h=2a97db9b72320c527f547ab41e36d77f2a222dfd;hb=a9d8c2dd21c5b7aa9c389bb510db8263fa78dd7b;hp=152c73e0b4841f4f1b28410e6d48f90ebb19150a;hpb=36c3c8b749a88ce05ad0fda81e00047f9cb5433f;p=mailer.git diff --git a/inc/modules/admin/overview-inc.php b/inc/modules/admin/overview-inc.php index 152c73e0b4..2a97db9b72 100644 --- a/inc/modules/admin/overview-inc.php +++ b/inc/modules/admin/overview-inc.php @@ -81,7 +81,7 @@ function OUTPUT_STANDARD_OVERVIEW (&$result_tasks) { } // END - if } else { // Test-drive extension in update mode - require(sprintf("%sinc/extensions/ext-%s.php", constant('PATH'), $ext_name)); + loadInclude(sprintf("inc/extensions/ext-%s.php", $ext_name)); // Update extension if extension is installed and outdated //* DEBUG: */ OUTPUT_HTML("ext={$ext_name},ver={EXT_GET_VERSION()}/".GET_EXT_VERSION($ext_name)."
"); @@ -369,7 +369,7 @@ LIMIT 1", $OUT .= LOAD_TEMPLATE('admin_newsletter_tsk', true, $content); } else { // Already unsubscribed - $OUT .= "
".ADMIN_NL_UNSUBSCRIBE_ALREADY."
\n"; + $OUT .= "
{--ADMIN_NL_UNSUBSCRIBE_ALREADY--}
\n"; } break;