mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-08 23:12:23 +00:00
CS
This commit is contained in:
parent
704803e182
commit
432a24f502
1 changed files with 1 additions and 2 deletions
|
@ -88,7 +88,7 @@ abstract class AbstractImport implements ImportInterface
|
||||||
/**
|
/**
|
||||||
* Set whether articles should be fetched for updated content.
|
* Set whether articles should be fetched for updated content.
|
||||||
*
|
*
|
||||||
* @param bool $markAsRead
|
* @param bool $disableContentUpdate
|
||||||
*/
|
*/
|
||||||
public function setDisableContentUpdate($disableContentUpdate)
|
public function setDisableContentUpdate($disableContentUpdate)
|
||||||
{
|
{
|
||||||
|
@ -105,7 +105,6 @@ abstract class AbstractImport implements ImportInterface
|
||||||
return $this->disableContentUpdate;
|
return $this->disableContentUpdate;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Fetch content from the ContentProxy (using graby).
|
* 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).
|
* If it fails return the given entry to be saved in all case (to avoid user to loose the content).
|
||||||
|
|
Loading…
Reference in a new issue