Update dialplan.php

This commit is contained in:
FusionPBX
2018-04-25 17:37:30 -06:00
committed by GitHub
parent 4539e8e74c
commit 880480a8e2

View File

@@ -751,7 +751,7 @@ include "root.php";
elseif ($dialplan_detail_type == "week") {
$condition_type = 'time';
}
elseif ($ialplan_detail_type == "date-time") {
elseif ($dialplan_detail_type == "date-time") {
$condition_type = 'time';
}
else {