From: Brice Maron Date: Sat, 17 Nov 2012 22:12:24 +0000 (+0000) Subject: Little case fix X-Git-Tag: v5.0.0alpha1~434^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4337e0fb99060cae43f7d44f3b4a5822701c2b25;p=nextcloud-server.git Little case fix --- diff --git a/lib/util.php b/lib/util.php index 09b59a2353b..dd3c3721a68 100755 --- a/lib/util.php +++ b/lib/util.php @@ -688,7 +688,7 @@ class OC_Util { curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1); curl_setopt($curl, CURLOPT_CONNECTTIMEOUT, 10); curl_setopt($curl, CURLOPT_URL, $url); - curl_setopt($ch, CURLOPT_USERAGENT, "Owncloud Server Crawler"); + curl_setopt($ch, CURLOPT_USERAGENT, "ownCloud Server Crawler"); $data = curl_exec($curl); curl_close($curl);