Skip to content

Commit

Permalink
Fix variable name, indicate we want the new calendar synchronized.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Nov 8, 2013
1 parent 12e5037 commit a436bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Core/lib/Horde/Core/ActiveSync/Connector.php
Expand Up @@ -976,7 +976,7 @@ public function createFolder($class, $foldername)
Horde_ActiveSync_Exception::UNSUPPORTED
);
}
return $registry->calendar->addCalendar($name);
return $registry->calendar->addCalendar($foldername, array('synchronize' => true));
}
}

Expand Down

0 comments on commit a436bec

Please sign in to comment.