From 17c9d8fc3713b0d2c828a2e55113c4c68064f8bb Mon Sep 17 00:00:00 2001 From: logmanoriginal Date: Sun, 7 Aug 2016 11:29:00 +0200 Subject: [PATCH] [Wikipedia] Fix typo --- bridges/WikipediaBridge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/WikipediaBridge.php b/bridges/WikipediaBridge.php index c69b9b10..005a0a93 100644 --- a/bridges/WikipediaBridge.php +++ b/bridges/WikipediaBridge.php @@ -61,7 +61,7 @@ class WikipediaBridge extends BridgeAbstract{ $this->uri = 'https://' . strtolower($params['language']) . '.wikipedia.org'; // While we at it let's also update the name for the feed - $this->name = 'Today\'s featured articles from ' . strtolower($params['language']) . '.wikipedia.org'; + $this->name = 'Today\'s featured article from ' . strtolower($params['language']) . '.wikipedia.org'; // This will automatically send us to the correct main page in any language (try it!) $html = $this->file_get_html($this->uri . '/wiki');