Little case fix
This commit is contained in:
parent
71adad8817
commit
4337e0fb99
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue