X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Foverview-inc.php;h=97b4ce5437e8d2326b4b585672bd9fe2e08268d2;hp=2a97db9b72320c527f547ab41e36d77f2a222dfd;hb=6f84557682d510da8dd04a1e2b6408431090126f;hpb=a9d8c2dd21c5b7aa9c389bb510db8263fa78dd7b diff --git a/inc/modules/admin/overview-inc.php b/inc/modules/admin/overview-inc.php index 2a97db9b72..97b4ce5437 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 - loadInclude(sprintf("inc/extensions/ext-%s.php", $ext_name)); + require(sprintf("%sinc/extensions/ext-%s.php", getConfig('PATH'), $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)."
");