From 049a85cba83d1ec34f3236689848fe467ba5e448 Mon Sep 17 00:00:00 2001 From: Michael J Rubinsky Date: Mon, 13 Jan 2014 12:59:07 -0500 Subject: [PATCH] Indent --- kronolith/lib/Event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kronolith/lib/Event.php b/kronolith/lib/Event.php index 31441db6675..f78f13cbbf1 100644 --- a/kronolith/lib/Event.php +++ b/kronolith/lib/Event.php @@ -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()]);