]> git.mxchange.org Git - mailer.git/commitdiff
Please investigate those aborts
authorRoland Häder <roland@mxchange.org>
Tue, 12 Jul 2011 13:11:56 +0000 (13:11 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 12 Jul 2011 13:11:56 +0000 (13:11 +0000)
inc/extensions-functions.php

index d02cc8967c36ca8e9ac5ebcbf9f49c7bd4f05128..78e0a50175859d78610daba377b71e12dc283a51 100644 (file)
@@ -667,6 +667,7 @@ function updateExtension ($ext_name, $ext_ver, $dry_run = false) {
        if ((isExtensionUpdateRunning($ext_name)) && ($dry_run === false)) {
                // This is fine but needs logging ATM
                //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'ext_name=' . $ext_name . ' - already in update phase, all fine.');
+               ///* BUG: */ debug_report_bug(__FUNCTION__, __LINE__, 'ext_name=' . $ext_name . ' - already in update phase, please investigate!');
                return true;
        } // END - if