Skip to content

Commit

Permalink
Indent.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Dec 15, 2014
1 parent c8c1a22 commit 5c572ad
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -154,7 +154,7 @@ public function fromvEvent($vCal)

$tz = new Horde_Mapi_Timezone();
$this->timezone = $tz->getSyncTZFromOffsets(
$tz->getOffsetsFromDate(new Horde_Date()));
$tz->getOffsetsFromDate(new Horde_Date()));
$this->alldayevent = (int)$this->_isAllDay();
}

Expand Down

0 comments on commit 5c572ad

Please sign in to comment.