Skip to content
This repository was archived by the owner on Feb 3, 2019. It is now read-only.

Commit 9d46d54

Browse files
committed
Update plugin to latest Kanboard changes
1 parent 0e5bbc6 commit 9d46d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function initialize()
2929

3030
public function onStartup()
3131
{
32-
Translator::load($this->language->getCurrentLanguage(), __DIR__.'/Locale');
32+
Translator::load($this->languageModel->getCurrentLanguage(), __DIR__.'/Locale');
3333
}
3434

3535
public function getPluginName()

0 commit comments

Comments
 (0)