Skip to content

Commit 3668fb6

Browse files
committed
fix(form): single quotes around a table name
close #1606 Signed-off-by: Thierry Bugier <tbugier@teclib.com>
1 parent 6b8b677 commit 3668fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/form.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2285,7 +2285,7 @@ public function showForCentral() {
22852285
[
22862286
'OR' => [
22872287
"$form_table.access_rights" => ['<>', PluginFormcreatorForm::ACCESS_RESTRICTED],
2288-
"$form_table.'id'" => new QuerySubQuery([
2288+
"$form_table.id" => new QuerySubQuery([
22892289
'SELECT' => $formFk,
22902290
'FROM' => $table_fp,
22912291
'WHERE' => [

0 commit comments

Comments
 (0)