diff options
author | Jeremy Benoist <jbenoist@20minutes.fr> | 2017-06-01 12:46:07 +0200 |
---|---|---|
committer | Jeremy Benoist <jbenoist@20minutes.fr> | 2017-06-01 12:46:07 +0200 |
commit | 701d3066fbac504beb25ab7a13546ad155e65488 (patch) | |
tree | 777e4906e7fcc52f660d5ecd5913b5f13fd8c90b /src | |
parent | ec970721525d9a4761a30ee417406cf8ad8bb171 (diff) | |
download | wallabag-701d3066fbac504beb25ab7a13546ad155e65488.tar.gz wallabag-701d3066fbac504beb25ab7a13546ad155e65488.tar.zst wallabag-701d3066fbac504beb25ab7a13546ad155e65488.zip |
We don't need that getter
Diffstat (limited to 'src')
-rw-r--r-- | src/Wallabag/ImportBundle/Import/AbstractImport.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Wallabag/ImportBundle/Import/AbstractImport.php b/src/Wallabag/ImportBundle/Import/AbstractImport.php index 9f3d822a..9b624296 100644 --- a/src/Wallabag/ImportBundle/Import/AbstractImport.php +++ b/src/Wallabag/ImportBundle/Import/AbstractImport.php | |||
@@ -98,14 +98,6 @@ abstract class AbstractImport implements ImportInterface | |||
98 | } | 98 | } |
99 | 99 | ||
100 | /** | 100 | /** |
101 | * Get whether articles should be fetched for updated content. | ||
102 | */ | ||
103 | public function getDisableContentUpdate() | ||
104 | { | ||
105 | return $this->disableContentUpdate; | ||
106 | } | ||
107 | |||
108 | /** | ||
109 | * Fetch content from the ContentProxy (using graby). | 101 | * Fetch content from the ContentProxy (using graby). |
110 | * If it fails return the given entry to be saved in all case (to avoid user to loose the content). | 102 | * If it fails return the given entry to be saved in all case (to avoid user to loose the content). |
111 | * | 103 | * |