aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Import/AbstractImport.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/ImportBundle/Import/AbstractImport.php')
-rw-r--r--src/Wallabag/ImportBundle/Import/AbstractImport.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/ImportBundle/Import/AbstractImport.php b/src/Wallabag/ImportBundle/Import/AbstractImport.php
index 58a234f4..ea86c528 100644
--- a/src/Wallabag/ImportBundle/Import/AbstractImport.php
+++ b/src/Wallabag/ImportBundle/Import/AbstractImport.php
@@ -156,7 +156,7 @@ abstract class AbstractImport implements ImportInterface
156 $entry = $this->parseEntry($importedEntry); 156 $entry = $this->parseEntry($importedEntry);
157 157
158 if (null === $entry) { 158 if (null === $entry) {
159 continue; 159 break;
160 } 160 }
161 161
162 // store each entry to be flushed so we can trigger the entry.saved event for each of them 162 // store each entry to be flushed so we can trigger the entry.saved event for each of them