From 01e9ebf0b4c0af30eb6f5053a14693d739f2d550 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Wed, 3 Dec 2014 09:00:48 +0000 Subject: [PATCH] * fix a bug. --- module/task/control.php | 1 + module/task/lang/zh-tw.php | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/task/control.php b/module/task/control.php index 759a47885b..911ce8ad9c 100644 --- a/module/task/control.php +++ b/module/task/control.php @@ -753,6 +753,7 @@ class task extends control { $taskIDList = $this->post->taskIDList; unset($_POST['taskIDList']); + unset($_POST['assignedTo']); $this->loadModel('action'); $tasks = $this->task->getByList($taskIDList); diff --git a/module/task/lang/zh-tw.php b/module/task/lang/zh-tw.php index ce4d002673..340ee8017c 100644 --- a/module/task/lang/zh-tw.php +++ b/module/task/lang/zh-tw.php @@ -254,5 +254,4 @@ $lang->task->report->finishedTasksPerDay->height = 400; $lang->task->report->finishedTasksPerDay->graph->xAxisName = '日期'; $lang->task->report->finishedTasksPerDay->graph->rotateNames = '1'; -$lang->task->placeholder = new stdclass(); -$lang->task->placeholder->estimate = '對該任務最初的預計'; +$lang->task->estimateTip = '對該任務最初的預計';