From d6dea3e280e98e931febf7ebc53fcb6220f0eb15 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Mon, 11 Nov 2024 09:11:15 +0100 Subject: [PATCH] Remove use of SESSION in NodaWikidataFetcher --- src/NodaWikidataFetcher.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/NodaWikidataFetcher.php b/src/NodaWikidataFetcher.php index ad366a3..31d35a6 100644 --- a/src/NodaWikidataFetcher.php +++ b/src/NodaWikidataFetcher.php @@ -1279,7 +1279,6 @@ final class NodaWikidataFetcher { $updateStmt->execute(); } catch (MDMysqliInvalidEncodingError $e) { - $_SESSION["editHistory"] = ["changesStored", "Error adding base description"]; } $updateStmt->close(); unset($updateStmt);