1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-16 04:26:20 +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:
MikeyGMT
2016-10-28 09:09:01 +01:00
parent e96a7523de
commit c97464f542

View File

@ -386,7 +386,7 @@ class e_bbcode
* @todo - capturing output deprecated
*/
ob_start();
$bbcode_return = eval($bbcode);
$bbcode_return = eval($bbcode); //FIXME notice removal
$bbcode_output = ob_get_contents();
ob_end_clean();