From 5e33a27f7c2b87cde2e47db72d2b9f0c75199ff6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pierre=20Mazi=C3=A8re?= <pierre.maziere@gmx.com>
Date: Thu, 25 Aug 2016 17:18:26 +0200
Subject: [PATCH] [KununuBridge] fix 'fullarticle' feature
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
---
 bridges/KununuBridge.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bridges/KununuBridge.php b/bridges/KununuBridge.php
index 9e08e917..e81917d8 100644
--- a/bridges/KununuBridge.php
+++ b/bridges/KununuBridge.php
@@ -54,7 +54,7 @@ class KununuBridge extends BridgeAbstract{
 
 		$full = false; // By default we'll load only short article
 		if(isset($params['full']['value']))
-			$full = strtolower(trim($params['full']['value'])) === 'on';
+			$full = strtolower(trim($params['full']['value']));
 
 		// Get reviews section name (depends on site)
 		$section = '';