1
0
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:
Bernhard Posselt 2014-05-03 21:19:50 +02:00
parent 19763590e9
commit 7e60e98560

View File

@ -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'));
}
}