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

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

Option issue in curl

parent 835e72d2
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) {