Skip to content

Commit cf401b4

Browse files
committed
fix sql queryr
1 parent 1072cf7 commit cf401b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/snippets.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public static function get_enabled_snippet_css() {
6767

6868
// Compose SQL base query.
6969
$sql = "SELECT *
70-
FROM m_theme_boost_union_snippets
70+
FROM {theme_boost_union_snippets}
7171
WHERE enabled = '1'
7272
ORDER BY sortorder";
7373

0 commit comments

Comments
 (0)