diff --git a/workflow/engine/controllers/installer.php b/workflow/engine/controllers/installer.php index 63985c183..13da53c6c 100644 --- a/workflow/engine/controllers/installer.php +++ b/workflow/engine/controllers/installer.php @@ -1496,7 +1496,6 @@ EOL; // File to upload/post $postData['form[PLUGIN_FILENAME]'] = "@{$pluginName}"; - error_log(message) curl_setopt($ch, CURLOPT_URL, "$serv/sys{$workspace}/{$lang}/{$skin}/setup/pluginsImportFile"); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_VERBOSE, 0);