good morning!!!!

Skip to content
Snippets Groups Projects
Commit 0f6e936f authored by or-else's avatar or-else
Browse files

fix for #847

parent 2bb1aef4
Branches
Tags v0.22.2
No related merge requests found
...@@ -2439,7 +2439,7 @@ func (a *adapter) FindTopics(req [][]string, opt []string, activeOnly bool) ([]t ...@@ -2439,7 +2439,7 @@ func (a *adapter) FindTopics(req [][]string, opt []string, activeOnly bool) ([]t
stateConstraint := "" stateConstraint := ""
if activeOnly { if activeOnly {
args = append(args, t.StateOK) args = append(args, t.StateOK)
stateConstraint = "u.state=? AND " stateConstraint = "t.state=? AND "
} }
var allReq []string var allReq []string
for _, el := range req { for _, el := range req {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment