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:
parent
0e072bbda5
commit
ea180ddced
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue