Skip to content

Commit

Permalink
Merge pull request #8286 from albertlast/fixSql#8248
Browse files Browse the repository at this point in the history
  • Loading branch information
Sesquipedalian authored Jul 6, 2024
2 parents 0ad68f7 + d6971a1 commit c1dcf9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Profile.php
Original file line number Diff line number Diff line change
Expand Up @@ -1597,11 +1597,11 @@ public function save(): void
AND (
(
id_theme = {int:id_theme}
AND variable IN ({array_string:cf}
AND variable IN ({array_string:cf})
)
OR (
id_theme != {int:id_theme}
AND variable IN ({array_string:opt}
AND variable IN ({array_string:opt})
)
)',
[
Expand Down

0 comments on commit c1dcf9b

Please sign in to comment.