diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/build_query.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/build_query.tpl b/view/tpl/build_query.tpl index 2af664d3c..b7b0ac86c 100644 --- a/view/tpl/build_query.tpl +++ b/view/tpl/build_query.tpl @@ -19,7 +19,7 @@ var bParam_search = "$search"; var bParam_order = "$order"; var bParam_file = "$file"; - var bParam_cats = "$category"; + var bParam_cats = "$cats"; var bParam_dend = "$dend"; var bParam_dbegin = "$dbegin"; |