Merge pull request #160 from pjao/master
Fix DMR-Id change of section from DMR to General
This commit is contained in:
commit
f037a72c02
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ function getCallsign($mmdvmconfigs) {
|
|||
|
||||
function getDMRId ($mmdvmconfigs) {
|
||||
// returns DMRId from MMDVM-Config
|
||||
return getConfigItem("DMR", "Id", $mmdvmconfigs);
|
||||
return getConfigItem("General", "Id", $mmdvmconfigs);
|
||||
}
|
||||
function getConfigItem($section, $key, $configs) {
|
||||
// retrieves the corresponding config-entry within a [section]
|
||||
|
|
Loading…
Reference in a new issue