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