summaryrefslogtreecommitdiffstats
path: root/app/brand.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/brand.go')
-rw-r--r--app/brand.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/brand.go b/app/brand.go
index 5fe24e155..dab69abd8 100644
--- a/app/brand.go
+++ b/app/brand.go
@@ -7,9 +7,9 @@ import (
"mime/multipart"
"net/http"
- "github.com/mattermost/platform/einterfaces"
- "github.com/mattermost/platform/model"
- "github.com/mattermost/platform/utils"
+ "github.com/mattermost/mattermost-server/einterfaces"
+ "github.com/mattermost/mattermost-server/model"
+ "github.com/mattermost/mattermost-server/utils"
)
func SaveBrandImage(imageData *multipart.FileHeader) *model.AppError {