[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:
logmanoriginal 2016-08-05 11:27:47 +02:00
parent da1e32267b
commit e6bd815bcc

View file

@ -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);
}