Bug: unlock was not done for feeds with error

pull/692/head
Alexandre Alapetite 10 years ago
parent 2e5d4d97c9
commit 4cbd7e0583
  1. 1
      app/Controllers/feedController.php

@ -293,6 +293,7 @@ class FreshRSS_feed_Controller extends Minz_ActionController {
} catch (FreshRSS_Feed_Exception $e) {
Minz_Log::notice($e->getMessage());
$feedDAO->updateLastUpdate($feed->id(), 1);
$feed->unlock();
continue;
}

Loading…
Cancel
Save