forked from wallabag/wallabag
CS
This commit is contained in:
@ -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).
|
||||
|
||||
Reference in New Issue
Block a user