Compare commits

..

No commits in common. "c72ad51dda2b551a6accf5207bece134a9508d8d" and "6f7ad13c4e6632a5827cd46b94e392a163272c5d" have entirely different histories.

View File

@ -1279,6 +1279,7 @@ 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);