Skip to content

Commit

Permalink
Fix query
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontoyaa committed Sep 19, 2016
1 parent 8daccf0 commit 7f72027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/install/install.lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -3049,7 +3049,7 @@ function migrateSwitch($fromVersion, $manager, $processFiles = true)
SET post_group_id = $newGroupId
WHERE
c_id = $courseId AND
group_id = $groupId AND
post_group_id = $groupId AND
iid = $workIid
";
$connection->executeQuery($sqlUpdate);
Expand Down

0 comments on commit 7f72027

Please sign in to comment.