diff options
author | Jeremy Benoist <jbenoist@20minutes.fr> | 2017-05-30 16:21:25 +0200 |
---|---|---|
committer | Jeremy Benoist <jbenoist@20minutes.fr> | 2017-06-01 09:48:14 +0200 |
commit | 432a24f5028446f1bc5c184905f8406bbef8bf05 (patch) | |
tree | 3f28e4c95dac03a8ae244cbef4ca9bd5f8bdfcaa /src/Wallabag/ImportBundle | |
parent | 704803e182068923eba16f3dc451e9231f15ecb5 (diff) | |
download | wallabag-432a24f5028446f1bc5c184905f8406bbef8bf05.tar.gz wallabag-432a24f5028446f1bc5c184905f8406bbef8bf05.tar.zst wallabag-432a24f5028446f1bc5c184905f8406bbef8bf05.zip |
CS
Diffstat (limited to 'src/Wallabag/ImportBundle')
-rw-r--r-- | src/Wallabag/ImportBundle/Import/AbstractImport.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Wallabag/ImportBundle/Import/AbstractImport.php b/src/Wallabag/ImportBundle/Import/AbstractImport.php index 167853aa..1f904292 100644 --- a/src/Wallabag/ImportBundle/Import/AbstractImport.php +++ b/src/Wallabag/ImportBundle/Import/AbstractImport.php | |||
@@ -88,7 +88,7 @@ abstract class AbstractImport implements ImportInterface | |||
88 | /** | 88 | /** |
89 | * Set whether articles should be fetched for updated content. | 89 | * Set whether articles should be fetched for updated content. |
90 | * | 90 | * |
91 | * @param bool $markAsRead | 91 | * @param bool $disableContentUpdate |
92 | */ | 92 | */ |
93 | public function setDisableContentUpdate($disableContentUpdate) | 93 | public function setDisableContentUpdate($disableContentUpdate) |
94 | { | 94 | { |
@@ -105,7 +105,6 @@ abstract class AbstractImport implements ImportInterface | |||
105 | return $this->disableContentUpdate; | 105 | return $this->disableContentUpdate; |
106 | } | 106 | } |
107 | 107 | ||
108 | |||
109 | /** | 108 | /** |
110 | * Fetch content from the ContentProxy (using graby). | 109 | * Fetch content from the ContentProxy (using graby). |
111 | * If it fails return the given entry to be saved in all case (to avoid user to loose the content). | 110 | * If it fails return the given entry to be saved in all case (to avoid user to loose the content). |