Commit 31ba2619 authored by Till Brehm's avatar Till Brehm
Browse files

Fix for error: String could not be parsed as XML in APS installer.

parent 39a2d33c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -189,6 +189,7 @@ class ApsCrawler extends ApsBase
			curl_setopt($conn[$i], CURLOPT_TIMEOUT, 0);
			curl_setopt($conn[$i], CURLOPT_FAILONERROR, 1);
			curl_setopt($conn[$i], CURLOPT_FOLLOWLOCATION, 1);
			curl_setopt($conn[$i], CURLOPT_SSL_VERIFYPEER, 0);

			curl_multi_add_handle($mh, $conn[$i]);
		}