Skip to content

Commit

Permalink
Indent
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jan 13, 2014
1 parent b972e58 commit 049a85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kronolith/lib/Event.php
Expand Up @@ -628,7 +628,7 @@ public function save()
* until after it's saved. If we add the event to the resources
* calendar before it is saved, they will have different GUIDs, and
* hence no longer refer to the same event. */
foreach ($add_events as $resource) {
foreach ($add_events as $resource) {
$resource->addEvent($this);
if ($resource->get('response_type') == Kronolith_Resource::RESPONSETYPE_AUTO) {
$locks->clearLock($lock[$resource->getId()]);
Expand Down

0 comments on commit 049a85c

Please sign in to comment.