1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/z-push_ynh.git synced 2024-09-03 18:05:58 +02:00

Update to latest sources. Missing ; at the end of a line

This commit is contained in:
polytan02 2015-08-29 17:13:27 +01:00
parent 980fef2269
commit 2e31abbdba

View file

@ -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));
}
}