]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions.php
Fix for missing variables, thanks to monakoianar
[mailer.git] / inc / extensions.php
index 76047df9841e2f6aea06482518a3ba9a962c9b77..e4ca93ae400017f347f597a889c802eb02decfae 100644 (file)
@@ -471,7 +471,8 @@ 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;
+       global $cacheInstance, $_CONFIG, $UPDATE_NOTES, $NOTES, $EXT_VER_HISTORY;
+       global $EXT_UPDATE_DEPENDS;
 
        // Init arrays
        $SQLs = array(); $INC_POOL = array();