summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <Raydiation@users.noreply.github.com>2014-05-03 21:19:50 +0200
committerBernhard Posselt <Raydiation@users.noreply.github.com>2014-05-03 21:19:50 +0200
commit7e60e98560b34d3667658c11ccea380764a1547d (patch)
tree5bf33ed7dc8de7b79434e9f3f7340679b8ade884
parent19763590e96ea82e2080531be360b54b654f2235 (diff)
Update feedbusinesslayer.php
-rw-r--r--businesslayer/feedbusinesslayer.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/businesslayer/feedbusinesslayer.php b/businesslayer/feedbusinesslayer.php
index 3295a67c3..04f3ff61e 100644
--- a/businesslayer/feedbusinesslayer.php
+++ b/businesslayer/feedbusinesslayer.php
@@ -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'));
}
}