diff options
| author | 2019-04-07 21:50:26 +0200 | |
|---|---|---|
| committer | 2019-04-07 21:50:26 +0200 | |
| commit | d26a49bc664a6c4e683676b7c4669e140ca59610 (patch) | |
| tree | 71dd7b9fd10d28d3f5989c1f515a1efb8ae5e3c3 /p/api/greader.php | |
| parent | 295cb89af386c208b82c47250e74c06d76191cf8 (diff) | |
Fix API minor code syntax warning (#2362)
https://github.com/FreshRSS/FreshRSS/issues/2359#issuecomment-480620713
Diffstat (limited to 'p/api/greader.php')
| -rw-r--r-- | p/api/greader.php | 2 |
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); } |
