From 9c60a65768492c995f0184857aef65d6b09c4a50 Mon Sep 17 00:00:00 2001
From: Jacques Pyrat <jacques@pyrat.net>
Date: Tue, 23 Jun 2020 18:32:21 +0200
Subject: [PATCH] =?UTF-8?q?Encore=20un=20ind=C3=A9fini?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 prive/exec/sc_import.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/prive/exec/sc_import.html b/prive/exec/sc_import.html
index cad3126c..f6eb1ee0 100644
--- a/prive/exec/sc_import.html
+++ b/prive/exec/sc_import.html
@@ -22,7 +22,7 @@
 </ul>
 
 <?php
-	if ($result) {
+	if (isset($result)) {
 		$ok = $result['message_ok'];
 		echo "<p class=\"spip\">$ok ([(#ENV{nom})] | [(#ENV{option})])</p>";
 
-- 
GitLab