diff --git a/utils/import.php b/utils/import.php index 9fb1cce..737f999 100644 --- a/utils/import.php +++ b/utils/import.php @@ -49,7 +49,7 @@ try { uUtils::exitWithError($message); } catch (Exception $e) { $message = $lang["iuploadfailure"]; - $message .= ": {$ee->getMessage()}"; + $message .= ": {$e->getMessage()}"; uUtils::exitWithError($message); }