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

Commit 9a5e073c authored by Ronak Patel's avatar Ronak Patel Committed by AVINASH GUSAIN
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 09f6f7f5
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -481,7 +481,7 @@ class UserService {
		$this->curl->post($url, $params, $headers);

		if ($this->curl->getLastStatusCode() !== 200) {
			throw new Exception('Error adding email ' . $userEmail . ' to newsletter app');
			$this->logger->error('Error adding email ' . $userEmail . ' to newsletter app');
		}
	}
}