From 95530f62513a82c385d9378b4a59da57d74092d9 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 5 Nov 2014 11:30:27 +0100 Subject: update picofeed, add max size setting, fix #642 --- service/feedservice.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'service') diff --git a/service/feedservice.php b/service/feedservice.php index e0514b35f..a2eec7883 100644 --- a/service/feedservice.php +++ b/service/feedservice.php @@ -147,13 +147,7 @@ class FeedService extends Service { return $feed; } catch(FetcherException $ex){ $this->logger->debug($ex->getMessage(), $this->loggerParams); - throw new ServiceNotFoundException( - $this->l10n->t( - 'Can not add feed: URL does not exist, ' . - 'SSL Certificate can not be validated ' . - 'or feed has invalid xml' - ) - ); + throw new ServiceNotFoundException($ex->getMessage()); } } -- cgit v1.2.3