summaryrefslogtreecommitdiff
path: root/management/editor
diff options
context:
space:
mode:
Diffstat (limited to 'management/editor')
-rw-r--r--management/editor/editor.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/management/editor/editor.go b/management/editor/editor.go
index 7bc5f35..39bb25f 100644
--- a/management/editor/editor.go
+++ b/management/editor/editor.go
@@ -18,7 +18,7 @@ type Editable interface {
type Mergeable interface {
// Approve copies an external post to the internal collection and triggers
// a re-sort of its content type posts
- Approve(req *http.Request) error
+ Approve(http.ResponseWriter, *http.Request) error
}
// Editor is a view containing fields to manage content