From 9d5840b0dd662a0dd243be8e01f58d81be00204d Mon Sep 17 00:00:00 2001
From: Matthieu Marcillaud <marcimat@rezo.net>
Date: Wed, 10 Jan 2024 22:05:30 +0100
Subject: [PATCH] =?UTF-8?q?fix:=20Corriger=20l=E2=80=99appel=20d'un=20log?=
 =?UTF-8?q?=20=C3=A0=20l=E2=80=99installation.=20Coquille=20sur=20790a0d75?=
 =?UTF-8?q?3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 ecrire/install/etape_3b.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ecrire/install/etape_3b.php b/ecrire/install/etape_3b.php
index f3f084cc4a..9940df4f8b 100644
--- a/ecrire/install/etape_3b.php
+++ b/ecrire/install/etape_3b.php
@@ -148,7 +148,7 @@ function install_etape_3b_dist() {
 		include_spip('inc/auth');
 		$auteur = auth_identifier_login($login, $pass);
 		if (!$auteur || !auth_loger($auteur)) {
-			$logger->info("login automatique impossible $auth_spip $session" . (is_countable($row) ? count($row) : 0));
+			spip_logger()->info("login automatique impossible $auth_spip $session" . (is_countable($row) ? count($row) : 0));
 		}
 	}
 
-- 
GitLab