From 51944f67f5dc292a26e06fa23f851b0933666d15 Mon Sep 17 00:00:00 2001 From: Yagami <976204163@qq.com> Date: Fri, 12 Mar 2021 11:10:15 +0800 Subject: [PATCH] * Code for personal. --- module/personnel/control.php | 2 +- module/personnel/view/{putinto.html.php => invest.html.php} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename module/personnel/view/{putinto.html.php => invest.html.php} (100%) diff --git a/module/personnel/control.php b/module/personnel/control.php index e99a89f94c..ed2d773106 100644 --- a/module/personnel/control.php +++ b/module/personnel/control.php @@ -149,7 +149,7 @@ class personnel extends control public function addWhitelist($objectID = 0, $deptID = 0, $objectType = 'program', $module = 'personnel', $programID = 0, $from = '') { if($module == 'personnel') $this->setProgramNavMenu($objectID); - $this->app->loadLang('project'); + $this->app->loadLang('execution'); if($_POST) { diff --git a/module/personnel/view/putinto.html.php b/module/personnel/view/invest.html.php similarity index 100% rename from module/personnel/view/putinto.html.php rename to module/personnel/view/invest.html.php