--- a/Command/QueryWikipediaCommand.php Mon Dec 19 18:15:42 2011 +0100
+++ b/Command/QueryWikipediaCommand.php Mon Dec 26 22:53:50 2011 +0100
@@ -24,7 +24,7 @@
private function processTag($tag, $em)
{
$tag_label_normalized = WikiTagUtils::normalizeTag($tag->getLabel());
- $wp_response = WikiTagUtils::getWikipediaInfo($tag_label_normalized);
+ $wp_response = WikiTagUtils::getWikipediaInfo($tag_label_normalized, null, $this->getContainer()->getParameter('wiki_tag.ignore_wikipedia_error'));
$tag->setWikipediaInfo($wp_response);