Fixed bug in dbmapping admin panel bugid #533

This commit is contained in:
Andre Lorbach 2015-02-20 10:04:02 +01:00
parent ee186618d6
commit 83b17326c0

View File

@ -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'] ;