Skip to content

Commit

Permalink
Fix #15633 - designer set display field broken for php 5.x versions
Browse files Browse the repository at this point in the history
Fixes: #15633
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Dec 9, 2019
1 parent b3a3e3f commit 81825eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db_designer.php
Expand Up @@ -64,10 +64,10 @@
$success = $designerCommon->saveTablePositions($page);
$response->setRequestStatus($success);
} elseif ($_POST['operation'] == 'setDisplayField') {
[
list(
$success,
$message,
] = $designerCommon->saveDisplayField(
) = $designerCommon->saveDisplayField(
$_POST['db'],
$_POST['table'],
$_POST['field']
Expand Down

0 comments on commit 81825eb

Please sign in to comment.