mirror of
https://github.com/e107inc/e107.git
synced 2025-07-16 12:36:26 +02:00
Added CURLOPT_TIMEOUT to Fix GitSync #1936 and some fixme flags
Added CURLOPT_TIMEOUT to Fix GitSync #1936 and some fixme flags
This commit is contained in:
@ -386,7 +386,7 @@ class e_bbcode
|
|||||||
* @todo - capturing output deprecated
|
* @todo - capturing output deprecated
|
||||||
*/
|
*/
|
||||||
ob_start();
|
ob_start();
|
||||||
$bbcode_return = eval($bbcode);
|
$bbcode_return = eval($bbcode); //FIXME notice removal
|
||||||
$bbcode_output = ob_get_contents();
|
$bbcode_output = ob_get_contents();
|
||||||
ob_end_clean();
|
ob_end_clean();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user