diff --git a/import_status.php b/import_status.php index 5ce253674..fa148f06e 100644 --- a/import_status.php +++ b/import_status.php @@ -14,7 +14,7 @@ header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1 header("Expires: Sat, 11 Jan 1991 06:30:00 GMT"); // Date in the past // $GLOBALS["message"] is used for asking for an import message -if ($GLOBALS["message"]) { +if (isset($GLOBALS["message"]) && $GLOBALS["message"]) { header('Content-type: text/html');