Skip to content

Commit

Permalink
added )
Browse files Browse the repository at this point in the history
fixes #8248
  • Loading branch information
albertlast committed Jul 6, 2024
1 parent 0ad68f7 commit d6971a1
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 d6971a1

Please sign in to comment.