Fix default label creation for group repository.

This commit is contained in:
takezoe
2013-08-09 12:18:51 +09:00
parent 6158dc9607
commit 1b0269c567

View File

@@ -66,7 +66,7 @@ trait CreateRepositoryControllerBase extends ControllerBase {
}
// Insert default labels
insertDefaultLabels(loginUserName, form.name)
insertDefaultLabels(form.owner, form.name)
// Create the actual repository
val gitdir = getRepositoryDir(form.owner, form.name)