mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-19 00:39:53 +02:00
[core] Apply some fixes
This commit is contained in:
parent
62eec43980
commit
ab16af631e
10 changed files with 153 additions and 136 deletions
|
@ -348,7 +348,7 @@ abstract class BridgeAbstract implements BridgeInterface {
|
|||
if(is_null($context)){
|
||||
$context = stream_context_create($contextOptions);
|
||||
} else {
|
||||
$prevContext=$context;
|
||||
$prevContext = $context;
|
||||
if(!stream_context_set_option($context, $contextOptions)){
|
||||
$context = $prevContext;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue