Remove use of SESSION in NodaWikidataFetcher

This commit is contained in:
Joshua Ramon Enslin 2024-11-11 09:11:15 +01:00
parent eb371d4270
commit d6dea3e280
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

View File

@ -1279,7 +1279,6 @@ final class NodaWikidataFetcher {
$updateStmt->execute(); $updateStmt->execute();
} }
catch (MDMysqliInvalidEncodingError $e) { catch (MDMysqliInvalidEncodingError $e) {
$_SESSION["editHistory"] = ["changesStored", "Error adding base description"];
} }
$updateStmt->close(); $updateStmt->close();
unset($updateStmt); unset($updateStmt);