Skip to content

Commit 0465095

Browse files
committed
fix(form): single quotes around a table name
close #1606 Signed-off-by: Thierry Bugier <[email protected]>
1 parent 5ece040 commit 0465095

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
@@ -2254,7 +2254,7 @@ public function showForCentral() {
22542254
[
22552255
'OR' => [
22562256
"$form_table.access_rights" => ['<>', PluginFormcreatorForm::ACCESS_RESTRICTED],
2257-
"$form_table.'id'" => new QuerySubQuery([
2257+
"$form_table.id" => new QuerySubQuery([
22582258
'SELECT' => $formFk,
22592259
'FROM' => $table_fp,
22602260
'WHERE' => [

0 commit comments

Comments
 (0)