From 3bdb6bbe79c848ff86664a26e99b0a2f95b83f7d Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Sat, 29 Oct 2016 20:16:33 -0700 Subject: testing fix for _pending content retrieval --- system/admin/handlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/admin') 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)) } -- cgit v1.2.3