From b268d9cdc19347dc153c9e5417af2a3dc0c935a6 Mon Sep 17 00:00:00 2001 From: "shiyangyangwork@yahoo.cn" Date: Thu, 23 Feb 2012 01:46:06 +0000 Subject: [PATCH] * fix code for acl of create of project. --- module/project/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/project/control.php b/module/project/control.php index cdbb160b35..bf8909b4ed 100644 --- a/module/project/control.php +++ b/module/project/control.php @@ -735,7 +735,7 @@ class project extends control $team = ''; $products = ''; $whitelist = ''; - $acl = ''; + $acl = 'open'; if($copyProjectID) {