Typo in lib/Bridge

This commit is contained in:
Teromene 2016-08-01 21:27:15 +02:00
parent fb595484b5
commit e9ffe016c0

View File

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