X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fextensions.php;h=ab142b07cd88253789c76f107bb19c3726291c23;hp=e4ca93ae400017f347f597a889c802eb02decfae;hb=b0cde844dd14cfd237a2a690129f1e5aa9470c0a;hpb=fb456ccf834497bf1f7a23f3e5ddb9eabef9d9cc diff --git a/inc/extensions.php b/inc/extensions.php index e4ca93ae40..ab142b07cd 100644 --- a/inc/extensions.php +++ b/inc/extensions.php @@ -472,7 +472,7 @@ function GET_EXT_VERSION ($ext_name) { function EXTENSION_UPDATE ($file, $ext_name, $ext_ver, $dry_run=false) { // This shall never do a non-admin user! global $cacheInstance, $_CONFIG, $UPDATE_NOTES, $NOTES, $EXT_VER_HISTORY; - global $EXT_UPDATE_DEPENDS; + global $EXT_UPDATE_DEPENDS, $EXT_VERSION; // Init arrays $SQLs = array(); $INC_POOL = array();