diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-10-29 20:16:33 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-10-29 20:16:33 -0700 |
commit | 3bdb6bbe79c848ff86664a26e99b0a2f95b83f7d (patch) | |
tree | 7aa466120982cdbf335e5c3e4aa067e45784afa0 /system/admin/handlers.go | |
parent | 17bf0b7f04e599e1da010b7312141650a5d21bc7 (diff) |
testing fix for _pending content retrieval
Diffstat (limited to 'system/admin/handlers.go')
-rw-r--r-- | system/admin/handlers.go | 2 |
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)) } |