We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a21022c commit 02570c8Copy full SHA for 02570c8
1 file changed
components/ILIAS/Filesystem/classes/class.ilFileSystemCleanTempDirCron.php
@@ -66,12 +66,12 @@ public function getId(): string
66
67
public function getTitle(): string
68
{
69
- return $this->language->txt('file_system_clean_temp_dir_cron');
+ return $this->lng->txt('file_system_clean_temp_dir_cron');
70
}
71
72
public function getDescription(): string
73
74
- return $this->language->txt("file_system_clean_temp_dir_cron_info");
+ return $this->lng->txt("file_system_clean_temp_dir_cron_info");
75
76
77
public function hasAutoActivation(): bool
0 commit comments