We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1072cf7 commit cf401b4Copy full SHA for cf401b4
classes/snippets.php
@@ -67,7 +67,7 @@ public static function get_enabled_snippet_css() {
67
68
// Compose SQL base query.
69
$sql = "SELECT *
70
- FROM m_theme_boost_union_snippets
+ FROM {theme_boost_union_snippets}
71
WHERE enabled = '1'
72
ORDER BY sortorder";
73
0 commit comments