[KununuBridge] fix 'fullarticle' feature

Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
Pierre Mazière 2016-08-25 17:18:26 +02:00
parent 23a7edebd6
commit 5e33a27f7c

View file

@ -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 = '';