X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=2fe3f8215f659683cf96ed1e403089a1775aad62;hb=8d2cac1be604accc884b4535788b3cae32b9b4d4;hp=dbc2bb3b2f37336f06de4c9d1287c15bd059dad0;hpb=3c0e27eec72f7bb00aea81540f978c4b4a1ac87f;p=github%2Fshaarli%2FShaarli.git diff --git a/index.php b/index.php index dbc2bb3b..2fe3f821 100644 --- a/index.php +++ b/index.php @@ -1376,8 +1376,8 @@ function renderPage($conf, $pluginManager, $LINKSDB, $history, $sessionManager, // The callback will fill $charset and $title with data from the downloaded page. get_http_response( $url, - $conf->get('general.download_max_size', 4194304), $conf->get('general.download_timeout', 30), + $conf->get('general.download_max_size', 4194304), get_curl_download_callback($charset, $title) ); if (! empty($title) && strtolower($charset) != 'utf-8') {