summaryrefslogtreecommitdiff
path: root/app/Controller/ProjectCreationController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controller/ProjectCreationController.php')
-rw-r--r--app/Controller/ProjectCreationController.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Controller/ProjectCreationController.php b/app/Controller/ProjectCreationController.php
index c471cfdd..b9458bdd 100644
--- a/app/Controller/ProjectCreationController.php
+++ b/app/Controller/ProjectCreationController.php
@@ -96,13 +96,14 @@ class ProjectCreationController extends BaseController
$project = array(
'name' => $values['name'],
'is_private' => $values['is_private'],
+ 'identifier' => $values['identifier'],
);
return $this->projectModel->create($project, $this->userSession->getId(), true);
}
/**
- * Creatte from another project
+ * Create from another project
*
* @access private
* @param array $values