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

Commit 2031af7c authored by Ronak Patel's avatar Ronak Patel
Browse files

Merge branch 'dev/curl-issue' into 'main'

Option issue in curl

See merge request !110
parents 835e72d2 d25eec85
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -95,7 +95,9 @@ class CurlService {
			CURLOPT_RETURNTRANSFER => true,
			CURLOPT_HTTPHEADER => $headers
		);
		$options = array_merge($options, $userOptions);
		foreach ($userOptions as $key => $value) {
			$options[$key] = $value;
		}
		switch ($method) {
			case 'GET':
				if ($params) {