Skip to content

Commit

Permalink
fix(form): single quotes around a table name
Browse files Browse the repository at this point in the history
close #1606

Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Jan 14, 2020
1 parent 5ece040 commit 0465095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/form.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -2254,7 +2254,7 @@ public function showForCentral() {
[
'OR' => [
"$form_table.access_rights" => ['<>', PluginFormcreatorForm::ACCESS_RESTRICTED],
"$form_table.'id'" => new QuerySubQuery([
"$form_table.id" => new QuerySubQuery([
'SELECT' => $formFk,
'FROM' => $table_fp,
'WHERE' => [
Expand Down

0 comments on commit 0465095

Please sign in to comment.