[KununuBridge] fix 'fullarticle' feature
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
parent
23a7edebd6
commit
5e33a27f7c
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class KununuBridge extends BridgeAbstract{
|
||||||
|
|
||||||
$full = false; // By default we'll load only short article
|
$full = false; // By default we'll load only short article
|
||||||
if(isset($params['full']['value']))
|
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)
|
// Get reviews section name (depends on site)
|
||||||
$section = '';
|
$section = '';
|
||||||
|
|
Loading…
Reference in a new issue