mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-15 04:59:40 +01:00
[TwitterBridge] fix 'nopic' feature
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
parent
af1673d1c4
commit
3bad5ec45c
@ -81,7 +81,7 @@ class TwitterBridge extends BridgeAbstract{
|
||||
|
||||
$hidePictures = false;
|
||||
if (isset($param['nopic']['value']))
|
||||
$hidePictures = $param['nopic']['value'] === 'on';
|
||||
$hidePictures = $param['nopic']['value'];
|
||||
|
||||
foreach($html->find('div.js-stream-tweet') as $tweet) {
|
||||
$item = array();
|
||||
|
Loading…
x
Reference in New Issue
Block a user