From 99b733b84ffa9385cc8258677dac8843a399f213 Mon Sep 17 00:00:00 2001 From: CT2JAY Date: Sun, 27 Aug 2017 02:41:11 +0100 Subject: [PATCH] Fix DMR-Id change of section DMR to General --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions.php b/include/functions.php index 45b1334..5ecb666 100644 --- a/include/functions.php +++ b/include/functions.php @@ -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]