From 4337e0fb99060cae43f7d44f3b4a5822701c2b25 Mon Sep 17 00:00:00 2001 From: Brice Maron Date: Sat, 17 Nov 2012 22:12:24 +0000 Subject: [PATCH] Little case fix --- lib/util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5