From 0dcae7cd147c36fad8d6520de48cba1ddc655815 Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Mon, 3 Dec 2012 15:47:35 +0800 Subject: [PATCH] MDL-36950 pluginlib - add MDL to comment --- lib/pluginlib.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/pluginlib.php b/lib/pluginlib.php index 9211a5bf2d5..7c8f6e79ad1 100644 --- a/lib/pluginlib.php +++ b/lib/pluginlib.php @@ -1692,10 +1692,10 @@ class available_update_deployer { ); if (!empty($CFG->proxyhost)) { - // Beware - we should call just !is_proxybypass() here. But currently, our cURL wrapper - // class does not do it. So, to have consistent behaviour, we pass proxy setting - // regardless the $CFG->proxybypass setting. Once the {@link curl} class is fixed, - // the condition should be amended. + // MDL-36973 - Beware - we should call just !is_proxybypass() here. But currently, our + // cURL wrapper class does not do it. So, to have consistent behaviour, we pass proxy + // setting regardless the $CFG->proxybypass setting. Once the {@link curl} class is + // fixed, the condition should be amended. if (true or !is_proxybypass($info->download)) { if (empty($CFG->proxyport)) { $params['proxy'] = $CFG->proxyhost; -- 2.43.0