From 3bacb683059c9c9afe21e08204b89d741450566a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 12 Feb 2016 15:53:02 +0100 Subject: [PATCH] Make sure format is always defined MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #11955 Signed-off-by: Michal Čihař --- import.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/import.php b/import.php index 24ea907838..9f2bb68d6f 100644 --- a/import.php +++ b/import.php @@ -64,6 +64,8 @@ if (isset($_REQUEST['console_bookmark_add'])) { } } +$format = ''; + /** * Sets globals from $_POST */