* finish task #2193.

This commit is contained in:
wangyidong
2015-01-27 17:16:43 +08:00
parent 202fb4be65
commit 2d83179de0
4 changed files with 22 additions and 21 deletions
+1
View File
@@ -850,6 +850,7 @@ class project extends control
{
if($projectID)
{
$this->view->title = $this->lang->project->tips;
$this->view->tips = $this->fetch('project', 'tips', "projectID=$projectID");
$this->view->projectID = $projectID;
$this->display();