Skip to content

Commit

Permalink
Fixed accidental regression
Browse files Browse the repository at this point in the history
  • Loading branch information
allomanta committed Oct 23, 2024
1 parent 47321fb commit 631b09b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion IguideME.Web/Services/Constants/DatabaseQueries.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1265,7 +1265,7 @@ INNER JOIN `tiles`
`discussions`.`html_url`,
`discussions`.`date`,
`discussions`.`message`,
(SELECT COUNT(*) FROM `discussion_entries` WHERE `discussion_entries`.`discussion_id`=@)
(SELECT COUNT(*) FROM `discussion_entries` WHERE `discussion_entries`.`discussion_id`=@contentID)
FROM `discussions`
WHERE `discussions`.`course_id`=@courseID
AND `discussions`.`discussion_id`=@contentID
Expand Down
4 changes: 2 additions & 2 deletions charts/iguideme/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: iguideme
description: IguideME
type: application
version: 0.3.228
appVersion: "0.3.228"
version: 0.3.229
appVersion: "0.3.229"

0 comments on commit 631b09b

Please sign in to comment.