This commit is contained in:
Jeremy Benoist 2017-05-30 16:21:25 +02:00
parent 704803e182
commit 432a24f502
No known key found for this signature in database
GPG key ID: FB413A58C7715C86

View file

@ -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).