From b6fe424ddb6f85a0b6e26861253ccbcfc92bf693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20Mazi=C3=A8re?= Date: Thu, 25 Aug 2016 17:12:54 +0200 Subject: [PATCH] [Gawker] fix parameter 'site' requirement status MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pierre Mazière --- bridges/GawkerBridge.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bridges/GawkerBridge.php b/bridges/GawkerBridge.php index 65a9ce1f..60122208 100644 --- a/bridges/GawkerBridge.php +++ b/bridges/GawkerBridge.php @@ -12,7 +12,10 @@ class GawkerBridge extends RssExpander{ $this->description = "A bridge allowing access to any of the numerous Gawker media blogs (Lifehacker, deadspin, Kotaku, Jezebel, and so on. Notice you have to give its id to find the RSS stream in gawker maze"; $this->parameters[] = array( - 'site'=>array('name'=>'site id to put in uri between feeds.gawker.com and /full .. which is obviously not full AT ALL') + 'site'=>array( + 'name'=>'site id to put in uri between feeds.gawker.com and /full .. which is obviously not full AT ALL', + 'required'=>true + ) ); }