Alexandre Alapetite 6 years ago committed by GitHub
parent 295cb89af3
commit d26a49bc66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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);
}

Loading…
Cancel
Save