mirror of
https://github.com/chylex/Nextcloud-News.git
synced 2025-04-15 19:15:43 +02:00
Update feedbusinesslayer.php
This commit is contained in:
parent
19763590e9
commit
7e60e98560
@ -130,8 +130,8 @@ class FeedBusinessLayer extends BusinessLayer {
|
||||
$this->logger->log($ex->getMessage(), 'debug');
|
||||
throw new BusinessLayerException(
|
||||
$this->l10n->t(
|
||||
'Can not add feed: URL does not exist, SSL Certificate can not be validated
|
||||
or feed has invalid xml'));
|
||||
'Can not add feed: URL does not exist, SSL Certificate can not be validated ' .
|
||||
'or feed has invalid xml'));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user