* only set image size when view a project.
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user