mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-18 05:14:34 -04:00
More defered insertion
This commit is contained in:
@@ -474,7 +474,11 @@ class FreshRSS_importExport_Controller extends Minz_ActionController {
|
||||
|
||||
}
|
||||
$this->entryDAO->commit();
|
||||
$entryDAO->commitNewEntries();
|
||||
|
||||
$this->entryDAO->beginTransaction();
|
||||
$this->entryDAO->commitNewEntries();
|
||||
$this->feedDAO->updateCachedValues();
|
||||
$this->entryDAO->commit();
|
||||
|
||||
return !$error;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user