Merge branch 'sprint/master_zhouxudong_25672' into 'master'

* Fix bug #25672.

See merge request easycorp/zentaopms!4657
This commit is contained in:
王怡栋
2022-07-26 07:14:19 +00:00
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -450,7 +450,7 @@ class program extends control
* @access public
* @return void
*/
public function project($programID = 0, $browseType = 'all', $orderBy = 'order_desc', $recTotal = 0, $recPerPage = 15, $pageID = 1)
public function project($programID = 0, $browseType = 'doing', $orderBy = 'order_desc', $recTotal = 0, $recPerPage = 15, $pageID = 1)
{
$programID = $this->program->saveState($programID, $this->program->getPairs());
setCookie("lastProgram", $programID, $this->config->cookieLife, $this->config->webRoot, '', false, true);