From 8a8a64b6127f122e59a65c938b574eb380cc93ed Mon Sep 17 00:00:00 2001 From: quix0r Date: Tue, 2 Oct 2012 15:15:37 +0000 Subject: [PATCH] Added debug line --- inc/extensions-functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/extensions-functions.php b/inc/extensions-functions.php index 82ed05247a..6495a05b65 100644 --- a/inc/extensions-functions.php +++ b/inc/extensions-functions.php @@ -1042,6 +1042,7 @@ function createNewExtensionTask ($ext_name) { $taskId = determineTaskIdBySubject($subject); // Not installed and do we have created a task for the admin? + /* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'ext_name=' . $ext_name . ',taskId[' . gettype($taskId) . ']=' . $taskId); if (((is_null($taskId)) || ($taskId == '0')) && (!isExtensionInstalled($ext_name))) { // Set default message if ext-foo is missing $message = '{%message,ADMIN_EXTENSION_TEXT_FILE_MISSING=' . $ext_name . '%}'; -- 2.39.5