MT-91: Fix the notice regarding the missing variable.

This commit is contained in:
Gustavo Adolfo Cruz Laura
2016-04-04 13:51:20 -04:00
parent 7b0ead51f6
commit 04fa9eb83d

View File

@@ -28,6 +28,7 @@ ini_set("max_execution_time", 0);
$affectedGroups = array(); $affectedGroups = array();
$granularImport = false; $granularImport = false;
$objectImport = ''; $objectImport = '';
$objectsToImport = '';
/*----------------------------------********---------------------------------*/ /*----------------------------------********---------------------------------*/
if (PMLicensedFeatures::getSingleton()->verifyfeature("B0oWlBLY3hHdWY0YUNpZEtFQm5CeTJhQlIwN3IxMEkwaG4=") && if (PMLicensedFeatures::getSingleton()->verifyfeature("B0oWlBLY3hHdWY0YUNpZEtFQm5CeTJhQlIwN3IxMEkwaG4=") &&
isset($_FILES["PROCESS_FILENAME"]) && isset($_FILES["PROCESS_FILENAME"]) &&