From 6e221d24a567d71743ede26055afb63352c1a07c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= 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.2