summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <Raydiation@users.noreply.github.com>2014-05-03 21:19:14 +0200
committerBernhard Posselt <Raydiation@users.noreply.github.com>2014-05-03 21:19:14 +0200
commit19763590e96ea82e2080531be360b54b654f2235 (patch)
tree66c24743b7436efa30fea499677fba7d9deeb144
parent383de3c2dada0f25e3b4e517daa903da415d6c0c (diff)
#520
-rw-r--r--businesslayer/feedbusinesslayer.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/businesslayer/feedbusinesslayer.php b/businesslayer/feedbusinesslayer.php
index fa7a25331..3295a67c3 100644
--- a/businesslayer/feedbusinesslayer.php
+++ b/businesslayer/feedbusinesslayer.php
@@ -130,7 +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 or has invalid xml'));
+ 'Can not add feed: URL does not exist, SSL Certificate can not be validated
+ or feed has invalid xml'));
}
}