src/lang: fix a crash
This commit is contained in:
parent
01e114ddf5
commit
caf067c8bb
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
]]
|
]]
|
||||||
|
|
||||||
local LanguageManager = Object:extend()
|
local LanguageManager = Object:extend()
|
||||||
local langs = require "datas.lang"
|
local langs = require "datas.languages"
|
||||||
|
|
||||||
function LanguageManager:new(controller)
|
function LanguageManager:new(controller)
|
||||||
self.controller = controller
|
self.controller = controller
|
||||||
|
|
Loading…
Reference in a new issue