mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-17 10:50:29 +01:00
CS
This commit is contained in:
parent
704803e182
commit
432a24f502
@ -88,7 +88,7 @@ abstract class AbstractImport implements ImportInterface
|
||||
/**
|
||||
* Set whether articles should be fetched for updated content.
|
||||
*
|
||||
* @param bool $markAsRead
|
||||
* @param bool $disableContentUpdate
|
||||
*/
|
||||
public function setDisableContentUpdate($disableContentUpdate)
|
||||
{
|
||||
@ -105,7 +105,6 @@ abstract class AbstractImport implements ImportInterface
|
||||
return $this->disableContentUpdate;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Fetch content from the ContentProxy (using graby).
|
||||
* If it fails return the given entry to be saved in all case (to avoid user to loose the content).
|
||||
|
Loading…
Reference in New Issue
Block a user