Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:TruthHun/BookStack into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
TruthHun88 committed Jan 7, 2020
2 parents 8d243f4 + 785e11d commit 643178e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/api/CommonController.go
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ func (this *CommonController) SearchDoc() {
}
total = count
for _, book := range result {
ids = append(ids, book.BookId)
ids = append(ids, book.DocumentId)
}
}

Expand Down

0 comments on commit 643178e

Please sign in to comment.