Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

Commit

Permalink
fix(#221): Missing ; at end of line
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Miguel Biete <[email protected]>
<[email protected]>
  • Loading branch information
fmbiete committed Aug 29, 2015
1 parent f6cc379 commit 8366cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/imap/mime_calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ function parse_meeting_calendar($part, &$output, $is_sent_folder) {
}
else {
if (isset($part->ctype_parameters["method"])) {
$method = strtolower($part->ctype_parameters["method"])
$method = strtolower($part->ctype_parameters["method"]);
ZLog::Write(LOGLEVEL_DEBUG, sprintf("BackendIMAP->parse_meeting_calendar(): Using method from mime part object: %s", $method));
}
}
Expand Down

0 comments on commit 8366cc4

Please sign in to comment.