mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-07 04:51:20 +01:00
We don't need that getter
This commit is contained in:
parent
ec97072152
commit
701d3066fb
@ -97,14 +97,6 @@ abstract class AbstractImport implements ImportInterface
|
|||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Get whether articles should be fetched for updated content.
|
|
||||||
*/
|
|
||||||
public function getDisableContentUpdate()
|
|
||||||
{
|
|
||||||
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 New Issue
Block a user