Commit 1d0b83f0 by 陈超

A

parent a1222073
...@@ -339,7 +339,7 @@ class IndexAction extends Action ...@@ -339,7 +339,7 @@ class IndexAction extends Action
$this->assign('isPractice', ($_GET['joinType'] == 1) ? 1 : 2); $this->assign('isPractice', ($_GET['joinType'] == 1) ? 1 : 2);
$this->assign('paper_options', $paper_options); $this->assign('paper_options', $paper_options);
$this->assign('tempData', $tempData); $this->assign('tempData', $tempData);
$this->assign('review', $_GET['review']); $this->assign('review', $_GET['review'] ? true : false);
$this->display(); $this->display();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment