diff --git a/bridges/KununuBridge.php b/bridges/KununuBridge.php index 9e08e91..e81917d 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 = '';