summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2016-12-06 13:08:31 -0800
committerSteve Manuel <nilslice@gmail.com>2016-12-06 13:08:31 -0800
commit9bcd849014d8986e72220dc9d8d02888c3dd7103 (patch)
tree1a1ada45a2e424e31ffff3c3ea6430ed4248bba2
parent115b19e06a81543d7d5ff340f9f054e0692b6d1e (diff)
fixing code change from previous feature
-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 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))
}