* fix a bug.

This commit is contained in:
wangyidong
2014-12-03 09:00:48 +00:00
parent b25a13a281
commit 01e9ebf0b4
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -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);
+1 -2
View File
@@ -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 = '對該任務最初的預計';