Fix drag and drop of non-blocking event makes it blocking event

This commit is contained in:
Nathan Gray 2015-11-12 15:42:14 +00:00
parent 28d4ebe407
commit 0077befe25

View File

@ -2649,7 +2649,7 @@ class calendar_uiforms extends calendar_ui
}
// Drag a whole day to a time
if($duration && $durationT != 'whole_day')
if($durationT && $durationT != 'whole_day')
{
$event['whole_day'] = ($duration == DAY_s);
$event['non_blocking'] = false;