* Fix error.

This commit is contained in:
holan20180123
2021-06-01 11:39:07 +08:00
parent cf907e8325
commit 65b97e69bc
+1 -1
View File
@@ -189,7 +189,7 @@ class repoModel extends model
if(isset($productIdList[$productID])) $hasPriv = true;
}
if(!$haspriv) unset($repos[$i]);
if(!$hasPriv) unset($repos[$i]);
}
}
}