Skip to content

Commit

Permalink
Merge branch 'smf3' of github.com:Oldiesmann/SMF21 into reactions
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldiesmann committed Jul 6, 2024
2 parents b5d397f + c1dcf9b commit 6af7ee2
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 6af7ee2

Please sign in to comment.