X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Foverview-inc.php;h=eaad65072729fffa937c70655bb514cd7927149a;hp=301f3bc35fc7c62d16df9458558bf31baad5d2ad;hb=c1f17f1495b1666f02e70ad6752bdb9673fa5e1f;hpb=595124165eb35633520ee0c8e7d5196ba515c00f diff --git a/inc/modules/admin/overview-inc.php b/inc/modules/admin/overview-inc.php index 301f3bc35f..eaad650727 100644 --- a/inc/modules/admin/overview-inc.php +++ b/inc/modules/admin/overview-inc.php @@ -75,7 +75,7 @@ function OUTPUT_STANDARD_OVERVIEW(&$result_tasks) { } // END - if } else { // Test-drive extension in update mode - LOAD_INC(sprintf("inc/extensions/ext-%s.php", $ext_name)); + require(sprintf("%sinc/extensions/ext-%s.php", constant('PATH'), $ext_name)); // Update extension if extension is installed and outdated //* DEBUG: */ print "ext={$ext_name},ver={$EXT_VERSION}/".GET_EXT_VERSION($ext_name)."
\n";