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

Verified Commit 5595db2c authored by Ronak Patel's avatar Ronak Patel Committed by Akhil
Browse files

Option issue in curl

parent 0121c985
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -63,7 +63,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) {