* fix a bug : check priv of no productProjects.
This commit is contained in:
@@ -565,7 +565,7 @@ class projectModel extends model
|
||||
}
|
||||
if(!$project->product)
|
||||
{
|
||||
$noProducts[] = $project;
|
||||
if($this->checkPriv($projects[$project->id])) $noProducts[] = $project;
|
||||
unset($list[$id][$ID]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user