mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-25 19:01:18 +02:00
[KununuBridge] fix 'fullarticle' feature
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
@@ -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 = '';
|
||||
|
Reference in New Issue
Block a user