We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ffb1e8 commit a21022cCopy full SHA for a21022c
1 file changed
components/ILIAS/WOPI/classes/Cron/class.ilWOPICrawler.php
@@ -64,12 +64,12 @@ public function getId(): string
64
65
public function getTitle(): string
66
{
67
- return $this->language->txt('wopi_crawler_cronjob_title');
+ return $this->lng->txt('wopi_crawler_cronjob_title');
68
}
69
70
public function getDescription(): string
71
72
- return $this->language->txt('wopi_crawler_cronjob_description');
+ return $this->lng->txt('wopi_crawler_cronjob_description');
73
74
75
public function hasAutoActivation(): bool
0 commit comments