]> source.dussan.org Git - nextcloud-server.git/commitdiff
Little case fix
authorBrice Maron <brice@bmaron.net>
Sat, 17 Nov 2012 22:12:24 +0000 (22:12 +0000)
committerBrice Maron <brice@bmaron.net>
Sat, 17 Nov 2012 22:12:24 +0000 (22:12 +0000)
lib/util.php

index 09b59a2353bddb3a1cd05c73c1f49726ce5cc371..dd3c3721a68d56d2b14412c41888b0467e14aecb 100755 (executable)
@@ -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);