Browse Source

models/org_team: fix compile error

pull/3579/merge
Unknwon 8 years ago
parent
commit
ede58ade4c
No known key found for this signature in database
GPG Key ID: 7A02C406FAC875A2
  1. 2
      models/org_team.go

2
models/org_team.go

@ -8,6 +8,8 @@ import (
"errors"
"fmt"
"strings"
"github.com/go-xorm/xorm"
)
const OWNER_TEAM = "Owners"

Loading…
Cancel
Save