aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Import/ReadabilityImport.php
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-09-13 21:09:05 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-09-13 21:09:05 +0200
commitc80cc01afa315dcfa38b2a01c5b05d4516659c24 (patch)
treeb6c51e22260584b2c340358d384bddf13b8c9418 /src/Wallabag/ImportBundle/Import/ReadabilityImport.php
parente01a3c98d6908e95121b5ade0161f40af1b05ca6 (diff)
downloadwallabag-c80cc01afa315dcfa38b2a01c5b05d4516659c24.tar.gz
wallabag-c80cc01afa315dcfa38b2a01c5b05d4516659c24.tar.zst
wallabag-c80cc01afa315dcfa38b2a01c5b05d4516659c24.zip
Change flash message for queued articles
Diffstat (limited to 'src/Wallabag/ImportBundle/Import/ReadabilityImport.php')
-rw-r--r--src/Wallabag/ImportBundle/Import/ReadabilityImport.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/Wallabag/ImportBundle/Import/ReadabilityImport.php b/src/Wallabag/ImportBundle/Import/ReadabilityImport.php
index 8f080d38..b852f8f0 100644
--- a/src/Wallabag/ImportBundle/Import/ReadabilityImport.php
+++ b/src/Wallabag/ImportBundle/Import/ReadabilityImport.php
@@ -47,17 +47,6 @@ class ReadabilityImport extends AbstractImport
47 /** 47 /**
48 * {@inheritdoc} 48 * {@inheritdoc}
49 */ 49 */
50 public function getSummary()
51 {
52 return [
53 'skipped' => $this->skippedEntries,
54 'imported' => $this->importedEntries,
55 ];
56 }
57
58 /**
59 * {@inheritdoc}
60 */
61 public function import() 50 public function import()
62 { 51 {
63 if (!$this->user) { 52 if (!$this->user) {