]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/ImportBundle/Import/AbstractImport.php
Adding more tests
[github/wallabag/wallabag.git] / src / Wallabag / ImportBundle / Import / AbstractImport.php
index 5ae4aa8d654373843a61b0276576a800fea9fd49..d39d71b6caf1e3b7def2c0b352b4ceeccdef0840 100644 (file)
@@ -169,7 +169,7 @@ abstract class AbstractImport implements ImportInterface
             $entry = $this->parseEntry($importedEntry);
 
             if (null === $entry) {
-                break;
+                continue;
             }
 
             // store each entry to be flushed so we can trigger the entry.saved event for each of them