From 9bcd849014d8986e72220dc9d8d02888c3dd7103 Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Tue, 6 Dec 2016 13:08:31 -0800 Subject: fixing code change from previous feature --- system/admin/handlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/admin/handlers.go b/system/admin/handlers.go index b25457a..06e43d5 100644 --- a/system/admin/handlers.go +++ b/system/admin/handlers.go @@ -1677,7 +1677,7 @@ func searchHandler(res http.ResponseWriter, req *http.Request) { continue } - post := adminPostListItem(p, t, "") + post := adminPostListItem(p, t, status) b.Write([]byte(post)) } -- cgit v1.2.3