Fix for broken time conditions (#3034)

Fixes an issue were time conditions are not working if Date & Time is used.
This commit is contained in:
sanderkwantes 2018-04-25 03:26:33 +02:00 committed by FusionPBX
parent bf16a292d1
commit 49cd031308
1 changed files with 1 additions and 1 deletions

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 {