Fix DMR-Id change of section DMR to General

This commit is contained in:
CT2JAY 2017-08-27 02:41:11 +01:00
parent 87ad782e5e
commit 99b733b84f

View file

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