* fix bug that checkpriv for private product.

This commit is contained in:
wangyidong
2012-09-05 07:14:35 +00:00
parent b316e3dd22
commit 1c4246dbf0
+1
View File
@@ -137,6 +137,7 @@ class productModel extends model
/* Get team members. */
$teamMembers = $this->getTeamMemberPairs($product);
$teamMembers = array_flip($teamMembers);
/* Private. */
if($product->acl == 'private')