Skip to content

Commit 02570c8

Browse files
committed
Component/Filesystem: contribute cron jobs
1 parent a21022c commit 02570c8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

components/ILIAS/Filesystem/classes/class.ilFileSystemCleanTempDirCron.php

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

6767
public function getTitle(): string
6868
{
69-
return $this->language->txt('file_system_clean_temp_dir_cron');
69+
return $this->lng->txt('file_system_clean_temp_dir_cron');
7070
}
7171

7272
public function getDescription(): string
7373
{
74-
return $this->language->txt("file_system_clean_temp_dir_cron_info");
74+
return $this->lng->txt("file_system_clean_temp_dir_cron_info");
7575
}
7676

7777
public function hasAutoActivation(): bool

0 commit comments

Comments
 (0)