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:
parent
980fef2269
commit
2e31abbdba
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue