* finish task #2193.

This commit is contained in:
wangyidong
2015-01-27 17:16:43 +08:00
parent 202fb4be65
commit 2d83179de0
4 changed files with 22 additions and 21 deletions
+1 -1
View File
@@ -213,7 +213,7 @@ class projectModel extends model
->setDefault('status', 'wait')
->setIF($this->post->acl != 'custom', 'whitelist', '')
->setDefault('openedVersion', $this->config->version)
->setDefault('team', $this->post->name)
->setDefault('team', substr($this->post->name,0, 30))
->join('whitelist', ',')
->stripTags($this->config->project->editor->create['id'], $this->config->allowedTags)
->remove('products, workDays, delta')