diff options
Diffstat (limited to 'src')
-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). |