Skip to content

Commit

Permalink
let's quote a varchar
Browse files Browse the repository at this point in the history
  • Loading branch information
alikon committed Jul 31, 2019
1 parent 99e4fa0 commit aeaaf33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/editors/tinymce/tinymce.php
Expand Up @@ -242,7 +242,7 @@ public function onDisplay(
->where(
[
$db->quoteName('client_id') . ' = 0',
$db->quoteName('home') . ' = 1'
$db->quoteName('home') . ' = ' . $db->quote('1')
]
);

Expand Down

0 comments on commit aeaaf33

Please sign in to comment.