Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More config-records are selected than it should
The "%" in the LIKE-statement selects more config-records than it should. For example, if you have 2 themes "mytheme" and "mytheme-mobile" and lets say "mytheme" is the active one, this query selects all configs from both themes, because LIKE "mytheme%" also matches "mytheme-mobile". Whats the purpose of this "%" anyway?
- Loading branch information