"A comment is required for sending the page."));
return;
}
// Count contributions
Contributions contributions = new Contributions(getWiki());
contributions.increasePages(1);
for (CheckErrorAlgorithm algorithm : errorsFixed) {
contributions.increaseCheckWikiError(algorithm.getErrorNumber(), 1);
}
// Check for errors fixed about ISBN
boolean updateISBNWarning = false;
boolean createISBNWarning = false;