Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Strozzi <laps15@inf.ufpr.br>2018-05-30 04:26:18 +0300
committerLeonardo Strozzi <laps15@inf.ufpr.br>2018-05-30 04:27:48 +0300
commitc021125052cfd5b2d1c54177bc64ec974d13fe5f (patch)
tree3552b6dc503e76c5ae3cccfc05757e590c949a8d /templates
parent3df5e80b01580466a4f7fbf24a8ac6f65172d8f2 (diff)
Fix bug reported on pull request #14305
Signed-off-by: Leonardo Strozzi <laps15@inf.ufpr.br>
Diffstat (limited to 'templates')
-rw-r--r--templates/table/relation/common_form.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/table/relation/common_form.twig b/templates/table/relation/common_form.twig
index 8b8393bada..39f1ede26f 100644
--- a/templates/table/relation/common_form.twig
+++ b/templates/table/relation/common_form.twig
@@ -117,7 +117,7 @@
{% set myfield = save_row[i]['Field'] %}
{# Use an md5 as array index to avoid having special characters
in the name attribute (see bug #1746964 ) #}
- {% set myfield_md5 = column_array[myfield ~ '_hash'] %}
+ {% set myfield_md5 = column_hash_array[myfield] %}
{% set foreign_table = false %}
{% set foreign_column = false %}