* adjust for fix first day.

This commit is contained in:
wangyidong
2017-05-11 14:30:28 +08:00
parent 6973cf1f39
commit c673bc92de
5 changed files with 11 additions and 20 deletions
+2 -2
View File
@@ -812,11 +812,11 @@ class project extends control
* @access public
* @return void
*/
public function fixFirst($projectID, $withLeft = false)
public function fixFirst($projectID)
{
if($_POST)
{
$this->project->fixFirst($projectID, $withLeft);
$this->project->fixFirst($projectID);
die(js::reload('parent.parent'));
}