Skip to content

Commit a21022c

Browse files
committed
Component/WOPI: contribute cron jobs
1 parent 1ffb1e8 commit a21022c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

components/ILIAS/WOPI/classes/Cron/class.ilWOPICrawler.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ public function getId(): string
6464

6565
public function getTitle(): string
6666
{
67-
return $this->language->txt('wopi_crawler_cronjob_title');
67+
return $this->lng->txt('wopi_crawler_cronjob_title');
6868
}
6969

7070
public function getDescription(): string
7171
{
72-
return $this->language->txt('wopi_crawler_cronjob_description');
72+
return $this->lng->txt('wopi_crawler_cronjob_description');
7373
}
7474

7575
public function hasAutoActivation(): bool

0 commit comments

Comments
 (0)