forked from blallo/rss-bridge
[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,
|
||||
$lowercase,$forceTagsClosed,$target_charset,$stripRN,$defaultBRtext,
|
||||
$lowercase,$forceTagsClosed,$target_charset,$stripRN,$defaultBRText,
|
||||
$defaultSpanText);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue