Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 67415332 authored by Ronak Patel's avatar Ronak Patel
Browse files

Option issue in curl

parent 8413990e
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ class CurlService {
			CURLOPT_RETURNTRANSFER => true,
			CURLOPT_HTTPHEADER => $headers
		);
		$options = array_merge($options, $userOptions);
		array_merge($options, $userOptions);
		switch ($method) {
			case 'GET':
				if ($params) {