summaryrefslogtreecommitdiff
path: root/system/admin/handlers.go
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2016-10-29 20:16:33 -0700
committerSteve Manuel <nilslice@gmail.com>2016-10-29 20:16:33 -0700
commit3bdb6bbe79c848ff86664a26e99b0a2f95b83f7d (patch)
tree7aa466120982cdbf335e5c3e4aa067e45784afa0 /system/admin/handlers.go
parent17bf0b7f04e599e1da010b7312141650a5d21bc7 (diff)
testing fix for _pending content retrieval
Diffstat (limited to 'system/admin/handlers.go')
-rw-r--r--system/admin/handlers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/admin/handlers.go b/system/admin/handlers.go
index 314ecba..9eeb1b2 100644
--- a/system/admin/handlers.go
+++ b/system/admin/handlers.go
@@ -1070,7 +1070,7 @@ func searchHandler(res http.ResponseWriter, req *http.Request) {
continue
}
- post := adminPostListItem(p, t)
+ post := adminPostListItem(p, t, "")
b.Write([]byte(post))
}