From 3bf6c7fd5ee375634b80cb1d8ed0f6910f0ba605 Mon Sep 17 00:00:00 2001 From: zhouxudong Date: Thu, 7 Apr 2022 17:26:23 +0800 Subject: [PATCH] * Fix bug #15442. --- module/block/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/block/control.php b/module/block/control.php index c08abcf324..81ef9c8a47 100644 --- a/module/block/control.php +++ b/module/block/control.php @@ -1616,6 +1616,7 @@ class block extends control */ public function printExecutionOverviewBlock() { + $this->app->loadLang('project'); $projectID = $this->view->block->module == 'my' ? 0 : (int)$this->session->project; $executions = $this->loadModel('execution')->getList($projectID);