Compare commits

...

2 Commits

View File

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