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

Commit 399e5210 authored by Akhil's avatar Akhil 🙂 Committed by Ronak Patel
Browse files

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



Co-authored-by: default avatarAkhil <akhil.potukuchi@gmail.com>
parent a0161b43
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@ class BlackListService {
		try {
			$this->appData->getFolder('/');
		} catch (NotFoundException $e) {
			$this->logger->error('Blacklisted domains folder not found!');
			$this->logger->error(Application::APP_ID . ' AppData folder not found!');
			return false;
		} catch (\RuntimeException $e) {
			$this->logger->error($e);