* only set image size when view a project.

This commit is contained in:
wangchunsheng
2012-04-30 06:03:18 +00:00
parent c155c8fcdf
commit ff7e2ac48c
2 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -834,7 +834,7 @@ class project extends control
*/
public function view($projectID)
{
$project = $this->project->getById($projectID);
$project = $this->project->getById($projectID, true);
if(!$project) die(js::error($this->lang->notFound) . js::locate('back'));
/* Set menu. */