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