From 733cbedc1e092bb06ca173acee29c298ecf8a720 Mon Sep 17 00:00:00 2001 From: Zongjun Lan Date: Fri, 25 Mar 2022 14:26:17 +0800 Subject: [PATCH] * fix bug #21005 --- module/todo/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/todo/control.php b/module/todo/control.php index 902196ed9a..adf23b94d7 100644 --- a/module/todo/control.php +++ b/module/todo/control.php @@ -23,6 +23,7 @@ class todo extends control $this->app->loadClass('date'); $this->loadModel('task'); $this->loadModel('bug'); + $this->app->loadLang('my'); } /**