We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee59bbe commit 2fb0156Copy full SHA for 2fb0156
1 file changed
lib/Service/CrawlService.php
@@ -79,7 +79,7 @@ public function crawl(Bookmark $bookmark): void {
79
80
if ($available) {
81
$this->userSettingsService->setUserId($bookmark->getUserId());
82
- if (((bool)$this->userSettingsService->get('archive.enabled')) === true) {
+ if ($this->userSettingsService->get('archive.enabled') === 'true') {
83
$this->archiveFile($bookmark, $resp);
84
$this->archiveContent($bookmark, $resp);
85
}
0 commit comments