mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-01-17 14:18:35 +01:00
[KununuBridge] fix 'fullarticle' feature
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
parent
23a7edebd6
commit
5e33a27f7c
@ -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 = '';
|
||||
|
Loading…
x
Reference in New Issue
Block a user