]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/ImportBundle/Import/WallabagV1Import.php
Few phpDoc fix
[github/wallabag/wallabag.git] / src / Wallabag / ImportBundle / Import / WallabagV1Import.php
index aff5af403352fde420c8ae5ff9323258dd865466..0866ebe97d532b523de257092dddb7d7b257a410 100644 (file)
@@ -149,7 +149,7 @@ class WallabagV1Import implements ImportInterface
 
             // flush every 20 entries
             if (($i % 20) === 0) {
-                $em->flush();
+                $this->em->flush();
             }
             ++$i;
         }