mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 11:19:26 +02:00
Fixed bug in dbmapping admin panel bugid #533
This commit is contained in:
parent
ee186618d6
commit
83b17326c0
@ -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'] ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user