mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-30 21:35:33 +03:00
Merge pull request #333 from LogMANOriginal/FixBridgeFileGetHtml
[lib/Bridge] Fix typo
This commit is contained in:
commit
09309db86b
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