mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-01 06:14:56 +03:00
[lib/Bridge] Fix typo
This fixes "Notice: Undefined variable: defaultBRtext in C:\xampp\htdocs\rss-bridge_dev\lib\Bridge.php on line 114"
This commit is contained in:
parent
da1e32267b
commit
e6bd815bcc
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ abstract class BridgeAbstract implements BridgeInterface{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return file_get_html($url,$use_include_path,$context,$offset,$maxLen,
|
return file_get_html($url,$use_include_path,$context,$offset,$maxLen,
|
||||||
$lowercase,$forceTagsClosed,$target_charset,$stripRN,$defaultBRtext,
|
$lowercase,$forceTagsClosed,$target_charset,$stripRN,$defaultBRText,
|
||||||
$defaultSpanText);
|
$defaultSpanText);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue