summaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-04-08 23:19:50 +0200
committerGravatar GitHub <noreply@github.com> 2019-04-08 23:19:50 +0200
commit744a9e8cf00aef7dec0acfa5f90f0dcfa2ef8837 (patch)
treeffa4b7671c71c837a1f8f6f47de9ae07ce738d80 /p
parentd008b6c1a7488b99e77287ba14f1fff3ec1a116b (diff)
parentda53cc902c5e0ac2a05e92ad6b7780b6354d0438 (diff)
Merge pull request #2368 from FreshRSS/dev1.14.2
FreshRSS 1.14.2
Diffstat (limited to 'p')
-rw-r--r--p/api/greader.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/p/api/greader.php b/p/api/greader.php
index d41430d3c..66732b799 100644
--- a/p/api/greader.php
+++ b/p/api/greader.php
@@ -377,7 +377,7 @@ function subscriptionEdit($streamNames, $titles, $action, $add = '', $remove = '
$http_auth = '';
try {
$feed = FreshRSS_feed_Controller::addFeed($streamUrl, $title, $addCatId, $c_name, $http_auth);
- continue;
+ continue 2;
} catch (Exception $e) {
Minz_Log::error('subscriptionEdit error subscribe: ' . $e->getMessage(), API_LOG);
}