1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-04-28 20:15:47 +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'); $this->logger->log($ex->getMessage(), 'debug');
throw new BusinessLayerException( throw new BusinessLayerException(
$this->l10n->t( $this->l10n->t(
'Can not add feed: URL does not exist, SSL Certificate can not be validated 'Can not add feed: URL does not exist, SSL Certificate can not be validated ' .
or feed has invalid xml')); 'or feed has invalid xml'));
} }
} }