From 83b17326c0ac1e797fd944dc25335f7c6df12e3d Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Fri, 20 Feb 2015 10:04:02 +0100 Subject: [PATCH] Fixed bug in dbmapping admin panel bugid #533 --- src/admin/dbmappings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/admin/dbmappings.php b/src/admin/dbmappings.php index 1ebd8d5..b3c1e11 100644 --- a/src/admin/dbmappings.php +++ b/src/admin/dbmappings.php @@ -93,7 +93,7 @@ if ( isset($_GET['op']) ) if ( isset($content['DBMP'][ $content['DBMPID'] ]) ) { //Set the FormAdd URL - $content['FormUrlAddOP'] = "?op=edit&id=" . $content['DBMPID']; + $content['FormUrlAddOP'] = "?op=edit&dbmpid=" . $content['DBMPID']; $mymapping = $content['DBMP'][ $content['DBMPID'] ]; $content['DisplayName'] = $mymapping['DisplayName'] ;