models/org_team: fix compile error

master
Unknwon 2017-02-08 18:18:55 -05:00
parent a2dd9ec2e1
commit ede58ade4c
No known key found for this signature in database
GPG Key ID: 7A02C406FAC875A2
1 changed files with 2 additions and 0 deletions

View File

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