summaryrefslogtreecommitdiffstats
path: root/businesslayer/feedbusinesslayer.php
diff options
context:
space:
mode:
Diffstat (limited to 'businesslayer/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'));
}
}