From: Roland Häder <roland@mxchange.org>
Date: Tue, 12 Jul 2011 13:11:56 +0000 (+0000)
Subject: Please investigate those aborts
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=30d315abc9cbac2e4d28eb5356d2f7ace983b631;p=mailer.git

Please investigate those aborts
---

diff --git a/inc/extensions-functions.php b/inc/extensions-functions.php
index d02cc8967c..78e0a50175 100644
--- a/inc/extensions-functions.php
+++ b/inc/extensions-functions.php
@@ -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