Skip to content
Snippets Groups Projects
Commit cb576d9b authored by Uma's avatar Uma
Browse files

Fixes #1295 Signature warnings and undefined constant

parent 109c1457
No related branches found
No related tags found
No related merge requests found
......@@ -267,7 +267,7 @@ class Calendar_DragDropAjax_Action extends Calendar_SaveAjax_Action {
$resultDateTime = $this->changeDateTime($oldEndDateTime,$dayDelta,$minuteDelta,$secondsDelta);
$parts = explode(' ',$resultDateTime);
$record->set('due_date',$parts[0]);
if($activitytype != 'Task') {
if($activityType != 'Task') {
$record->set('time_end',$parts[1]);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment